Uses of Class
odata.msgraph.client.beta.entity.PersonResponsibility
-
Packages that use PersonResponsibility Package Description odata.msgraph.client.beta.entity -
-
Uses of PersonResponsibility in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return PersonResponsibility Modifier and Type Method Description PersonResponsibilityPersonResponsibility.Builder. build()PersonResponsibilityPersonResponsibility. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PersonResponsibilityPersonResponsibility. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PersonResponsibilityPersonResponsibility. withCollaborationTags(List<String> collaborationTags)PersonResponsibilityPersonResponsibility. withDescription(String description)PersonResponsibilityPersonResponsibility. withDisplayName(String displayName)PersonResponsibilityPersonResponsibility. withThumbnailUrl(String thumbnailUrl)PersonResponsibilityPersonResponsibility. withUnmappedField(String name, String value)PersonResponsibilityPersonResponsibility. withWebUrl(String webUrl)
-