Uses of Class
odata.msgraph.client.beta.entity.GovernanceSubject
-
Packages that use GovernanceSubject Package Description odata.msgraph.client.beta.entity -
-
Uses of GovernanceSubject in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return GovernanceSubject Modifier and Type Method Description GovernanceSubjectGovernanceSubject.Builder. build()GovernanceSubjectGovernanceSubject. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GovernanceSubjectGovernanceSubject. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GovernanceSubjectGovernanceSubject. withDisplayName(String displayName)GovernanceSubjectGovernanceSubject. withEmail(String email)GovernanceSubjectGovernanceSubject. withPrincipalName(String principalName)GovernanceSubjectGovernanceSubject. withType(String type)GovernanceSubjectGovernanceSubject. withUnmappedField(String name, String value)
-