Class ProfileUpdateRequest

java.lang.Object
org.bonitasoft.web.client.model.ProfileUpdateRequest
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ProfileUpdateRequest extends Object implements Serializable
ProfileUpdateRequest
See Also:
  • Field Details

  • Constructor Details

    • ProfileUpdateRequest

      public ProfileUpdateRequest()
  • Method Details

    • description

      public ProfileUpdateRequest description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      description of the Profile
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable String description)
    • displayName

      public ProfileUpdateRequest displayName(@Nullable String displayName)
    • getDisplayName

      @Nullable public String getDisplayName()
      display name of the Profile
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(@Nullable String displayName)
    • 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