Package com.okta.sdk.resource.model
Class APIServiceIntegrationInstance
java.lang.Object
com.okta.sdk.resource.model.APIServiceIntegrationInstance
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class APIServiceIntegrationInstance
extends Object
implements Serializable
APIServiceIntegrationInstance
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddgrantedScopesItem(String grantedScopesItem) booleanThe URL to the API service integration configuration guideTimestamp when the API Service Integration instance was createdThe user ID of the API Service Integration instance creatorThe list of Okta management scopes granted to the API Service Integration instance.getId()The ID of the API Service Integration instancegetLinks()Get linksgetName()The name of the API service integration that corresponds with the `type` property.getType()The type of the API service integration.grantedScopes(List<String> grantedScopes) inthashCode()links(APIServiceIntegrationLinks links) voidsetGrantedScopes(List<String> grantedScopes) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_CONFIG_GUIDE_URL
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_GRANTED_SCOPES
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_LINKS
- See Also:
-
-
Constructor Details
-
APIServiceIntegrationInstance
public APIServiceIntegrationInstance()
-
-
Method Details
-
getConfigGuideUrl
-
getCreatedAt
-
getCreatedBy
-
grantedScopes
-
addgrantedScopesItem
-
getGrantedScopes
-
setGrantedScopes
-
getId
-
getName
-
type
-
getType
-
setType
-
links
-
getLinks
-
setLinks
-
equals
-
hashCode
-
toString
-