Class CreateTeamRequestBody

java.lang.Object
com.data_intuitive.lamin_api_client_java.model.CreateTeamRequestBody

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-04-02T16:48:06.839484276+02:00[Europe/Brussels]", comments="Generator version: 7.12.0") public class CreateTeamRequestBody extends Object
CreateTeamRequestBody
  • Field Details

  • Constructor Details

    • CreateTeamRequestBody

      public CreateTeamRequestBody()
  • Method Details

    • name

    • getName

      @Nonnull public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(@Nonnull String name)
    • organizationId

      public CreateTeamRequestBody organizationId(@Nonnull UUID organizationId)
    • getOrganizationId

      @Nonnull public UUID getOrganizationId()
      Get organizationId
      Returns:
      organizationId
    • setOrganizationId

      public void setOrganizationId(@Nonnull UUID organizationId)
    • description

      public CreateTeamRequestBody description(@Nullable String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(@Nullable 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
    • 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 CreateTeamRequestBody
    • fromJson

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

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