Class TeamworkTag

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.TeamworkTag
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TeamworkTag extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Teamwork Tag.
  • Field Details

    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The description of the tag as it will appear to the user in Microsoft Teams.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the tag as it will appear to the user in Microsoft Teams.
    • memberCount

      @SerializedName(value="memberCount", alternate="MemberCount") @Expose @Nullable public Integer memberCount
      The Member Count. The number of users assigned to the tag.
    • tagType

      @SerializedName(value="tagType", alternate="TagType") @Expose @Nullable public TeamworkTagType tagType
      The Tag Type. The type of the tag. Default is standard.
    • teamId

      @SerializedName(value="teamId", alternate="TeamId") @Expose @Nullable public String teamId
      The Team Id. ID of the team in which the tag is defined.
    • members

      @SerializedName(value="members", alternate="Members") @Expose @Nullable public TeamworkTagMemberCollectionPage members
      The Members. Users assigned to the tag.
  • Constructor Details

    • TeamworkTag

      public TeamworkTag()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to