@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class SpCertificate extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_X5C |
Constructor and Description |
---|
SpCertificate() |
Modifier and Type | Method and Description |
---|---|
SpCertificate |
addX5cItem(String x5cItem) |
boolean |
equals(Object o) |
List<String> |
getX5c()
Get x5c
|
int |
hashCode() |
void |
setX5c(List<String> x5c) |
String |
toString() |
SpCertificate |
x5c(List<String> x5c) |
public static final String JSON_PROPERTY_X5C
public SpCertificate x5c(List<String> x5c)
public SpCertificate addX5cItem(String x5cItem)
Copyright © 2017–2023 Okta. All rights reserved.