Class GroupCreation


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class GroupCreation
    extends Object
    GroupCreation
    • Constructor Detail

      • GroupCreation

        public GroupCreation()
    • Method Detail

      • setId

        public void setId​(String id)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to GroupCreation
      • fromJson

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

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