Class TenantUpdateRequest

java.lang.Object
io.camunda.client.protocol.rest.TenantUpdateRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-04T12:01:10.435788262Z[GMT]", comments="Generator version: 7.12.0") public class TenantUpdateRequest extends Object
TenantUpdateRequest
  • Field Details

  • Constructor Details

    • TenantUpdateRequest

      public TenantUpdateRequest()
  • Method Details

    • name

      public TenantUpdateRequest name(@Nonnull String name)
    • getName

      @Nonnull public String getName()
      The new name of the tenant.
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • description

      public TenantUpdateRequest description(@Nonnull String description)
    • getDescription

      @Nonnull public String getDescription()
      The new description of the tenant.
      Returns:
      description
    • setDescription

      public void setDescription(@Nonnull String description)
    • 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
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string