@Generated public class CreateCustomAppIntegration extends Object
Constructor and Description |
---|
CreateCustomAppIntegration() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getConfidential() |
String |
getName() |
Collection<String> |
getRedirectUrls() |
Collection<String> |
getScopes() |
TokenAccessPolicy |
getTokenAccessPolicy() |
int |
hashCode() |
CreateCustomAppIntegration |
setConfidential(Boolean confidential) |
CreateCustomAppIntegration |
setName(String name) |
CreateCustomAppIntegration |
setRedirectUrls(Collection<String> redirectUrls) |
CreateCustomAppIntegration |
setScopes(Collection<String> scopes) |
CreateCustomAppIntegration |
setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy) |
String |
toString() |
public CreateCustomAppIntegration setConfidential(Boolean confidential)
public Boolean getConfidential()
public CreateCustomAppIntegration setName(String name)
public String getName()
public CreateCustomAppIntegration setRedirectUrls(Collection<String> redirectUrls)
public Collection<String> getRedirectUrls()
public CreateCustomAppIntegration setScopes(Collection<String> scopes)
public Collection<String> getScopes()
public CreateCustomAppIntegration setTokenAccessPolicy(TokenAccessPolicy tokenAccessPolicy)
public TokenAccessPolicy getTokenAccessPolicy()
Copyright © 2024. All rights reserved.