@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class PostAPIServiceIntegrationInstanceRequest extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_GRANTED_SCOPES |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
PostAPIServiceIntegrationInstanceRequest() |
Modifier and Type | Method and Description |
---|---|
PostAPIServiceIntegrationInstanceRequest |
addGrantedScopesItem(String grantedScopesItem) |
boolean |
equals(Object o) |
List<String> |
getGrantedScopes()
The list of Okta management scopes granted to the API Service Integration instance.
|
String |
getType()
The type of the API service integration.
|
PostAPIServiceIntegrationInstanceRequest |
grantedScopes(List<String> grantedScopes) |
int |
hashCode() |
void |
setGrantedScopes(List<String> grantedScopes) |
void |
setType(String type) |
String |
toString() |
PostAPIServiceIntegrationInstanceRequest |
type(String type) |
public static final String JSON_PROPERTY_GRANTED_SCOPES
public static final String JSON_PROPERTY_TYPE
public PostAPIServiceIntegrationInstanceRequest()
public PostAPIServiceIntegrationInstanceRequest grantedScopes(List<String> grantedScopes)
public PostAPIServiceIntegrationInstanceRequest addGrantedScopesItem(String grantedScopesItem)
@Nonnull public List<String> getGrantedScopes()
public PostAPIServiceIntegrationInstanceRequest type(String type)
@Nonnull public String getType()
public void setType(String type)
Copyright © 2017–2023 Okta. All rights reserved.