Package com.hellosign.openapi.model
Class ApiAppResponse
- java.lang.Object
-
- com.hellosign.openapi.model.ApiAppResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApiAppResponse extends java.lang.ObjectContains information about an API App.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CALLBACK_URLstatic java.lang.StringJSON_PROPERTY_CLIENT_IDstatic java.lang.StringJSON_PROPERTY_CREATED_ATstatic java.lang.StringJSON_PROPERTY_DOMAINSstatic java.lang.StringJSON_PROPERTY_IS_APPROVEDstatic java.lang.StringJSON_PROPERTY_NAMEstatic java.lang.StringJSON_PROPERTY_OAUTHstatic java.lang.StringJSON_PROPERTY_OPTIONSstatic java.lang.StringJSON_PROPERTY_OWNER_ACCOUNTstatic java.lang.StringJSON_PROPERTY_WHITE_LABELING_OPTIONS
-
Constructor Summary
Constructors Constructor Description ApiAppResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApiAppResponseaddDomainsItem(java.lang.String domainsItem)ApiAppResponsecallbackUrl(java.lang.String callbackUrl)ApiAppResponseclientId(java.lang.String clientId)ApiAppResponsecreatedAt(java.lang.Integer createdAt)java.util.Map<java.lang.String,java.lang.Object>createFormData()ApiAppResponsedomains(java.util.List<java.lang.String> domains)booleanequals(java.lang.Object o)Return true if this ApiAppResponse object is equal to o.java.lang.StringgetCallbackUrl()The app's callback URL (for events)java.lang.StringgetClientId()The app's client idjava.lang.IntegergetCreatedAt()The time that the app was createdjava.util.List<java.lang.String>getDomains()The domain name(s) associated with the appjava.lang.BooleangetIsApproved()Boolean to indicate if the app has been approvedjava.lang.StringgetName()The name of the appApiAppResponseOAuthgetOauth()Get oauthApiAppResponseOptionsgetOptions()Get optionsApiAppResponseOwnerAccountgetOwnerAccount()Get ownerAccountApiAppResponseWhiteLabelingOptionsgetWhiteLabelingOptions()Get whiteLabelingOptionsinthashCode()ApiAppResponseisApproved(java.lang.Boolean isApproved)ApiAppResponsename(java.lang.String name)ApiAppResponseoauth(ApiAppResponseOAuth oauth)ApiAppResponseoptions(ApiAppResponseOptions options)ApiAppResponseownerAccount(ApiAppResponseOwnerAccount ownerAccount)voidsetCallbackUrl(java.lang.String callbackUrl)voidsetClientId(java.lang.String clientId)voidsetCreatedAt(java.lang.Integer createdAt)voidsetDomains(java.util.List<java.lang.String> domains)voidsetIsApproved(java.lang.Boolean isApproved)voidsetName(java.lang.String name)voidsetOauth(ApiAppResponseOAuth oauth)voidsetOptions(ApiAppResponseOptions options)voidsetOwnerAccount(ApiAppResponseOwnerAccount ownerAccount)voidsetWhiteLabelingOptions(ApiAppResponseWhiteLabelingOptions whiteLabelingOptions)java.lang.StringtoString()ApiAppResponsewhiteLabelingOptions(ApiAppResponseWhiteLabelingOptions whiteLabelingOptions)
-
-
-
Field Detail
-
JSON_PROPERTY_CALLBACK_URL
public static final java.lang.String JSON_PROPERTY_CALLBACK_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CLIENT_ID
public static final java.lang.String JSON_PROPERTY_CLIENT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREATED_AT
public static final java.lang.String JSON_PROPERTY_CREATED_AT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DOMAINS
public static final java.lang.String JSON_PROPERTY_DOMAINS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_NAME
public static final java.lang.String JSON_PROPERTY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IS_APPROVED
public static final java.lang.String JSON_PROPERTY_IS_APPROVED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OAUTH
public static final java.lang.String JSON_PROPERTY_OAUTH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OPTIONS
public static final java.lang.String JSON_PROPERTY_OPTIONS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_OWNER_ACCOUNT
public static final java.lang.String JSON_PROPERTY_OWNER_ACCOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_WHITE_LABELING_OPTIONS
public static final java.lang.String JSON_PROPERTY_WHITE_LABELING_OPTIONS
- See Also:
- Constant Field Values
-
-
Method Detail
-
callbackUrl
public ApiAppResponse callbackUrl(java.lang.String callbackUrl)
-
getCallbackUrl
@Nullable public java.lang.String getCallbackUrl()
The app's callback URL (for events)- Returns:
- callbackUrl
-
setCallbackUrl
public void setCallbackUrl(java.lang.String callbackUrl)
-
clientId
public ApiAppResponse clientId(java.lang.String clientId)
-
getClientId
@Nullable public java.lang.String getClientId()
The app's client id- Returns:
- clientId
-
setClientId
public void setClientId(java.lang.String clientId)
-
createdAt
public ApiAppResponse createdAt(java.lang.Integer createdAt)
-
getCreatedAt
@Nullable public java.lang.Integer getCreatedAt()
The time that the app was created- Returns:
- createdAt
-
setCreatedAt
public void setCreatedAt(java.lang.Integer createdAt)
-
domains
public ApiAppResponse domains(java.util.List<java.lang.String> domains)
-
addDomainsItem
public ApiAppResponse addDomainsItem(java.lang.String domainsItem)
-
getDomains
@Nullable public java.util.List<java.lang.String> getDomains()
The domain name(s) associated with the app- Returns:
- domains
-
setDomains
public void setDomains(java.util.List<java.lang.String> domains)
-
name
public ApiAppResponse name(java.lang.String name)
-
getName
@Nullable public java.lang.String getName()
The name of the app- Returns:
- name
-
setName
public void setName(java.lang.String name)
-
isApproved
public ApiAppResponse isApproved(java.lang.Boolean isApproved)
-
getIsApproved
@Nullable public java.lang.Boolean getIsApproved()
Boolean to indicate if the app has been approved- Returns:
- isApproved
-
setIsApproved
public void setIsApproved(java.lang.Boolean isApproved)
-
oauth
public ApiAppResponse oauth(ApiAppResponseOAuth oauth)
-
getOauth
@Nullable public ApiAppResponseOAuth getOauth()
Get oauth- Returns:
- oauth
-
setOauth
public void setOauth(ApiAppResponseOAuth oauth)
-
options
public ApiAppResponse options(ApiAppResponseOptions options)
-
getOptions
@Nullable public ApiAppResponseOptions getOptions()
Get options- Returns:
- options
-
setOptions
public void setOptions(ApiAppResponseOptions options)
-
ownerAccount
public ApiAppResponse ownerAccount(ApiAppResponseOwnerAccount ownerAccount)
-
getOwnerAccount
@Nullable public ApiAppResponseOwnerAccount getOwnerAccount()
Get ownerAccount- Returns:
- ownerAccount
-
setOwnerAccount
public void setOwnerAccount(ApiAppResponseOwnerAccount ownerAccount)
-
whiteLabelingOptions
public ApiAppResponse whiteLabelingOptions(ApiAppResponseWhiteLabelingOptions whiteLabelingOptions)
-
getWhiteLabelingOptions
@Nullable public ApiAppResponseWhiteLabelingOptions getWhiteLabelingOptions()
Get whiteLabelingOptions- Returns:
- whiteLabelingOptions
-
setWhiteLabelingOptions
public void setWhiteLabelingOptions(ApiAppResponseWhiteLabelingOptions whiteLabelingOptions)
-
equals
public boolean equals(java.lang.Object o)
Return true if this ApiAppResponse object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException- Throws:
ApiException
-
-