Class UpdateOrganizationData


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-03-29T12:34:27.506198300-05:00[America/Chicago]",
               comments="Generator version: 7.4.0")
    public class UpdateOrganizationData
    extends Object
    UpdateOrganizationData
    • Constructor Detail

      • UpdateOrganizationData

        public UpdateOrganizationData()
    • Method Detail

      • getName

        @Nullable
        public String getName()
        The new name of the organization. If not provided, the name will not be updated.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getOrganizationId

        @Nonnull
        @NotNull
        @Valid
        public @NotNull @Valid UUID getOrganizationId()
        The id of the organization to update.
        Returns:
        organizationId
      • setOrganizationId

        public void setOrganizationId​(UUID organizationId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode 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 UpdateOrganizationData
      • fromJson

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

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