Class UpdateProfileInputBody

java.lang.Object
ai.reveng.model.UpdateProfileInputBody

@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class UpdateProfileInputBody extends Object
UpdateProfileInputBody
  • Field Details

  • Constructor Details

    • UpdateProfileInputBody

      public UpdateProfileInputBody()
  • Method Details

    • defaultTeamId

      public UpdateProfileInputBody defaultTeamId(@Nullable Long defaultTeamId)
    • getDefaultTeamId

      @Nullable public Long getDefaultTeamId()
      Default team ID minimum: 1
      Returns:
      defaultTeamId
    • setDefaultTeamId

      public void setDefaultTeamId(@Nullable Long defaultTeamId)
    • firstName

      public UpdateProfileInputBody firstName(@Nullable String firstName)
    • getFirstName

      @Nullable public String getFirstName()
      First name
      Returns:
      firstName
    • setFirstName

      public void setFirstName(@Nullable String firstName)
    • hideExampleBinaries

      public UpdateProfileInputBody hideExampleBinaries(@Nullable Boolean hideExampleBinaries)
    • getHideExampleBinaries

      @Nullable public Boolean getHideExampleBinaries()
      Hide the Examples tab in the analyses listing
      Returns:
      hideExampleBinaries
    • setHideExampleBinaries

      public void setHideExampleBinaries(@Nullable Boolean hideExampleBinaries)
    • lastName

      public UpdateProfileInputBody lastName(@Nullable String lastName)
    • getLastName

      @Nullable public String getLastName()
      Last name
      Returns:
      lastName
    • setLastName

      public void setLastName(@Nullable String lastName)
    • timeZone

      public UpdateProfileInputBody timeZone(@Nullable String timeZone)
    • getTimeZone

      @Nullable public String getTimeZone()
      IANA time zone
      Returns:
      timeZone
    • setTimeZone

      public void setTimeZone(@Nullable String timeZone)
    • username

      public UpdateProfileInputBody username(@Nullable String username)
    • getUsername

      @Nullable public String getUsername()
      Username
      Returns:
      username
    • setUsername

      public void setUsername(@Nullable String username)
    • putAdditionalProperty

      public UpdateProfileInputBody putAdditionalProperty(String key, Object value)
      Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
      Parameters:
      key - name of the property
      value - value of the property
      Returns:
      the UpdateProfileInputBody instance itself
    • getAdditionalProperties

      public Map<String,Object> getAdditionalProperties()
      Return the additional (undeclared) property.
      Returns:
      a map of objects
    • getAdditionalProperty

      public Object getAdditionalProperty(String key)
      Return the additional (undeclared) property with the specified name.
      Parameters:
      key - name of the property
      Returns:
      an object
    • 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
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      Validates the JSON Element and throws an exception if issues found
      Parameters:
      jsonElement - JSON Element
      Throws:
      IOException - if the JSON Element is invalid with respect to UpdateProfileInputBody
    • fromJson

      public static UpdateProfileInputBody fromJson(String jsonString) throws IOException
      Create an instance of UpdateProfileInputBody given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of UpdateProfileInputBody
      Throws:
      IOException - if the JSON string is invalid with respect to UpdateProfileInputBody
    • toJson

      public String toJson()
      Convert an instance of UpdateProfileInputBody to an JSON string
      Returns:
      JSON string