| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
GovernanceSubject |
GovernanceSubject.Builder.build() |
GovernanceSubject |
GovernanceSubject.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
GovernanceSubject |
GovernanceSubject.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
GovernanceSubject |
GovernanceSubject.withDisplayName(String displayName) |
GovernanceSubject |
GovernanceSubject.withEmail(String email) |
GovernanceSubject |
GovernanceSubject.withPrincipalName(String principalName) |
GovernanceSubject |
GovernanceSubject.withType(String type) |
Copyright © 2018–2020. All rights reserved.