@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class PostAPIServiceIntegrationInstance extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CLIENT_SECRET |
static String |
JSON_PROPERTY_CONFIG_GUIDE_URL |
static String |
JSON_PROPERTY_CREATED_AT |
static String |
JSON_PROPERTY_CREATED_BY |
static String |
JSON_PROPERTY_GRANTED_SCOPES |
static String |
JSON_PROPERTY_ID |
static String |
JSON_PROPERTY_LINKS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
PostAPIServiceIntegrationInstance() |
Modifier and Type | Method and Description |
---|---|
PostAPIServiceIntegrationInstance |
addGrantedScopesItem(String grantedScopesItem) |
boolean |
equals(Object o) |
String |
getClientSecret()
The client secret for the API Service Integration instance.
|
String |
getConfigGuideUrl()
The URL to the API service integration configuration guide
|
String |
getCreatedAt()
Timestamp when the API Service Integration instance was created
|
String |
getCreatedBy()
The user ID of the API Service Integration instance creator
|
List<String> |
getGrantedScopes()
The list of Okta management scopes granted to the API Service Integration instance.
|
String |
getId()
The ID of the API Service Integration instance
|
APIServiceIntegrationLinks |
getLinks()
Get links
|
String |
getName()
The name of the API service integration that corresponds with the `type` property.
|
String |
getType()
The type of the API service integration.
|
PostAPIServiceIntegrationInstance |
grantedScopes(List<String> grantedScopes) |
int |
hashCode() |
PostAPIServiceIntegrationInstance |
links(APIServiceIntegrationLinks links) |
void |
setGrantedScopes(List<String> grantedScopes) |
void |
setLinks(APIServiceIntegrationLinks links) |
void |
setType(String type) |
String |
toString() |
PostAPIServiceIntegrationInstance |
type(String type) |
public static final String JSON_PROPERTY_CONFIG_GUIDE_URL
public static final String JSON_PROPERTY_CREATED_AT
public static final String JSON_PROPERTY_CREATED_BY
public static final String JSON_PROPERTY_GRANTED_SCOPES
public static final String JSON_PROPERTY_ID
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_LINKS
public static final String JSON_PROPERTY_CLIENT_SECRET
@Nullable public String getConfigGuideUrl()
@Nullable public String getCreatedAt()
@Nullable public String getCreatedBy()
public PostAPIServiceIntegrationInstance grantedScopes(List<String> grantedScopes)
public PostAPIServiceIntegrationInstance addGrantedScopesItem(String grantedScopesItem)
@Nullable public List<String> getGrantedScopes()
@Nullable public String getName()
public PostAPIServiceIntegrationInstance type(String type)
@Nullable public String getType()
public void setType(String type)
public PostAPIServiceIntegrationInstance links(APIServiceIntegrationLinks links)
@Nullable public APIServiceIntegrationLinks getLinks()
public void setLinks(APIServiceIntegrationLinks links)
@Nullable public String getClientSecret()
Copyright © 2017–2023 Okta. All rights reserved.