Class Teams

java.lang.Object
com.boldsign.model.Teams

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class Teams extends Object
Teams
  • Field Details

  • Constructor Details

    • Teams

      public Teams()
  • Method Details

    • teamName

      public Teams teamName(String teamName)
    • getTeamName

      @Nullable public String getTeamName()
      Get teamName
      Returns:
      teamName
    • setTeamName

      public void setTeamName(String teamName)
    • teamId

      public Teams teamId(String teamId)
    • getTeamId

      @Nullable public String getTeamId()
      Get teamId
      Returns:
      teamId
    • setTeamId

      public void setTeamId(String teamId)
    • createdDate

      public Teams createdDate(Long createdDate)
    • getCreatedDate

      @Nullable public Long getCreatedDate()
      Get createdDate
      Returns:
      createdDate
    • setCreatedDate

      public void setCreatedDate(Long createdDate)
    • modifiedDate

      public Teams modifiedDate(Long modifiedDate)
    • getModifiedDate

      @Nullable public Long getModifiedDate()
      Get modifiedDate
      Returns:
      modifiedDate
    • setModifiedDate

      public void setModifiedDate(Long modifiedDate)
    • 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
    • createFormData

      public Map<String,Object> createFormData() throws ApiException
      Throws:
      ApiException
    • 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 Teams
    • fromJson

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

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