| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
AgreementAcceptance |
AgreementAcceptance.Builder.build() |
AgreementAcceptance |
AgreementAcceptance.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
AgreementAcceptance |
AgreementAcceptance.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
AgreementAcceptance |
AgreementAcceptance.withAgreementFileId(String agreementFileId) |
AgreementAcceptance |
AgreementAcceptance.withAgreementId(String agreementId) |
AgreementAcceptance |
AgreementAcceptance.withRecordedDateTime(OffsetDateTime recordedDateTime) |
AgreementAcceptance |
AgreementAcceptance.withState(AgreementAcceptanceState state) |
AgreementAcceptance |
AgreementAcceptance.withUserDisplayName(String userDisplayName) |
AgreementAcceptance |
AgreementAcceptance.withUserEmail(String userEmail) |
AgreementAcceptance |
AgreementAcceptance.withUserId(String userId) |
AgreementAcceptance |
AgreementAcceptance.withUserPrincipalName(String userPrincipalName) |
Copyright © 2018–2020. All rights reserved.