Class UpdateDomain

java.lang.Object
com.okta.sdk.resource.model.UpdateDomain
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-29T16:46:27.777599-05:00[America/Chicago]", comments="Generator version: 7.4.0") public class UpdateDomain extends Object implements Serializable
UpdateDomain
See Also:
  • Field Details

  • Constructor Details

    • UpdateDomain

      public UpdateDomain()
  • Method Details

    • brandId

      public UpdateDomain brandId(String brandId)
    • getBrandId

      @Nonnull public String getBrandId()
      The `id` of the brand used to replace the existing brand.
      Returns:
      brandId
    • setBrandId

      public void setBrandId(String brandId)
    • 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