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
  • Field Details

  • Constructor Details

    • CreateApplicationResponse

      public CreateApplicationResponse()
  • Method Details

    • id

      public CreateApplicationResponse id(@Nonnull UUID id)
    • getId

      @Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getId()
      Unique identifier.
      Returns:
      id
    • setId

      public void setId(@Nonnull UUID id)
    • ownerIdentifier

      public CreateApplicationResponse ownerIdentifier(@Nonnull UUID ownerIdentifier)
    • getOwnerIdentifier

      @Nonnull @NotNull @Valid @Size(min=1) public @NotNull @Valid @Size(min=1) UUID getOwnerIdentifier()
      Unique owner record identifier
      Returns:
      ownerIdentifier
    • setOwnerIdentifier

      public void setOwnerIdentifier(@Nonnull UUID ownerIdentifier)
    • ownerName

      public CreateApplicationResponse ownerName(@Nonnull String ownerName)
    • getOwnerName

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getOwnerName()
      Name of company owner.
      Returns:
      ownerName
    • setOwnerName

      public void setOwnerName(@Nonnull String ownerName)
    • ownerType

    • getOwnerType

      @Nonnull @NotNull public @NotNull CreateApplicationResponse.OwnerTypeEnum getOwnerType()
      Type of entity.
      Returns:
      ownerType
    • setOwnerType

      public void setOwnerType(@Nonnull CreateApplicationResponse.OwnerTypeEnum ownerType)
    • name

      public CreateApplicationResponse name(@Nonnull String name)
    • getName

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getName()
      Name of this customization application. The first customization for every integrator will have the same name as its company name.
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • redirectUris

      public CreateApplicationResponse redirectUris(@Nullable List<String> redirectUris)
    • addRedirectUrisItem

      public CreateApplicationResponse addRedirectUrisItem(String redirectUrisItem)
    • getRedirectUris

      @Nullable public List<String> getRedirectUris()
      Where to redirect after web components successfully authenticate. For OAuth2 purposes.
      Returns:
      redirectUris
    • setRedirectUris

      public void setRedirectUris(@Nullable List<String> redirectUris)
    • clientId

      public CreateApplicationResponse clientId(@Nonnull String clientId)
    • getClientId

      @Nonnull @NotNull public @NotNull String getClientId()
      Client identifier used to authenticate an Oauth2 or web component request.
      Returns:
      clientId
    • setClientId

      public void setClientId(@Nonnull String clientId)
    • secretKey

      public CreateApplicationResponse secretKey(@Nonnull String secretKey)
    • getSecretKey

      @Nonnull @NotNull public @NotNull String getSecretKey()
      Password used to authenticate an Oauth2 request.
      Returns:
      secretKey
    • setSecretKey

      public void setSecretKey(@Nonnull String secretKey)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object