Package travel.wink.sdk.affiliate.model
Class Application
java.lang.Object
travel.wink.sdk.affiliate.model.Application
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-12T18:08:19.345230203+07:00[Asia/Bangkok]")
public class Application
extends Object
Application
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRedirectUrisItem(String redirectUrisItem) boolean@NotNull StringClient identifier used to authenticate an Oauth2 or web component request.@NotNull @Valid UUIDgetId()Unique identifier.@NotNull StringgetName()Name of this engine application.@NotNull @Valid UUIDUnique owner record identifier@NotNull StringName of company owner.@NotNull Application.OwnerTypeEnumType of entity.Where to redirect after web components successfully authenticate.inthashCode()ownerIdentifier(UUID ownerIdentifier) ownerType(Application.OwnerTypeEnum ownerType) redirectUris(List<String> redirectUris) voidsetClientId(String clientId) voidvoidvoidsetOwnerIdentifier(UUID ownerIdentifier) voidsetOwnerName(String ownerName) voidsetOwnerType(Application.OwnerTypeEnum ownerType) voidsetRedirectUris(List<String> redirectUris) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_OWNER_NAME
- See Also:
-
JSON_PROPERTY_OWNER_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_REDIRECT_URIS
- See Also:
-
JSON_PROPERTY_CLIENT_ID
- See Also:
-
-
Constructor Details
-
Application
public Application()
-
-
Method Details
-
id
-
getId
Unique identifier.- Returns:
- id
-
setId
-
ownerIdentifier
-
getOwnerIdentifier
Unique owner record identifier- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
ownerName
-
getOwnerName
Name of company owner.- Returns:
- ownerName
-
setOwnerName
-
ownerType
-
getOwnerType
Type of entity.- Returns:
- ownerType
-
setOwnerType
-
name
-
getName
Name of this engine application. The first engine for every integrator will have the same name as its company name.- Returns:
- name
-
setName
-
redirectUris
-
addRedirectUrisItem
-
getRedirectUris
Where to redirect after web components successfully authenticate. For OAuth2 purposes.- Returns:
- redirectUris
-
setRedirectUris
-
clientId
-
getClientId
Client identifier used to authenticate an Oauth2 or web component request.- Returns:
- clientId
-
setClientId
-
equals
-
hashCode
public int hashCode() -
toString
-