Class CreateApplicationResponse
java.lang.Object
travel.wink.sdk.user.settings.model.CreateApplicationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:22:15.850489898+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class CreateApplicationResponse
extends Object
CreateApplicationResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumType of entity. -
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 @Size(min=1) UUIDgetId()Unique identifier.@NotNull @Size(min=1) StringgetName()Name of this customization application.@NotNull @Valid @Size(min=1) UUIDUnique owner record identifier@NotNull @Size(min=1) StringName of company owner.Type of entity.Where to redirect after web components successfully authenticate.@NotNull StringPassword used to authenticate an Oauth2 request.inthashCode()ownerIdentifier(UUID ownerIdentifier) ownerType(CreateApplicationResponse.OwnerTypeEnum ownerType) redirectUris(List<String> redirectUris) voidsetClientId(String clientId) voidvoidvoidsetOwnerIdentifier(UUID ownerIdentifier) voidsetOwnerName(String ownerName) voidvoidsetRedirectUris(List<String> redirectUris) voidsetSecretKey(String secretKey) 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:
-
JSON_PROPERTY_SECRET_KEY
- See Also:
-
-
Constructor Details
-
CreateApplicationResponse
public CreateApplicationResponse()
-
-
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
public CreateApplicationResponse ownerType(@Nonnull CreateApplicationResponse.OwnerTypeEnum ownerType) -
getOwnerType
Type of entity.- Returns:
- ownerType
-
setOwnerType
-
name
-
getName
Name of this customization application. The first customization for every integrator will have the same name as its company name.- Returns:
- name
-
setName
-
redirectUris
-
addRedirectUrisItem
-
getRedirectUris
-
setRedirectUris
-
clientId
-
getClientId
Client identifier used to authenticate an Oauth2 or web component request.- Returns:
- clientId
-
setClientId
-
secretKey
-
getSecretKey
Password used to authenticate an Oauth2 request.- Returns:
- secretKey
-
setSecretKey
-
equals
-
hashCode
-
toString
-