Uses of Class
odata.msgraph.client.beta.entity.TeamworkTag
-
Packages that use TeamworkTag Package Description odata.msgraph.client.beta.entity -
-
Uses of TeamworkTag in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TeamworkTag Modifier and Type Method Description TeamworkTagTeamworkTag.Builder. build()TeamworkTagTeamworkTag. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TeamworkTagTeamworkTag. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TeamworkTagTeamworkTag. withDescription(String description)TeamworkTagTeamworkTag. withDisplayName(String displayName)TeamworkTagTeamworkTag. withMemberCount(Integer memberCount)TeamworkTagTeamworkTag. withTagType(TeamworkTagType tagType)TeamworkTagTeamworkTag. withTeamId(String teamId)TeamworkTagTeamworkTag. withUnmappedField(String name, String value)
-