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