Uses of Class
odata.msgraph.client.beta.entity.AgreementAcceptance
-
Packages that use AgreementAcceptance Package Description odata.msgraph.client.beta.entity -
-
Uses of AgreementAcceptance in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return AgreementAcceptance Modifier and Type Method Description AgreementAcceptanceAgreementAcceptance.Builder. build()AgreementAcceptanceAgreementAcceptance. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AgreementAcceptanceAgreementAcceptance. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AgreementAcceptanceAgreementAcceptance. withAgreementFileId(String agreementFileId)AgreementAcceptanceAgreementAcceptance. withAgreementId(String agreementId)AgreementAcceptanceAgreementAcceptance. withDeviceDisplayName(String deviceDisplayName)AgreementAcceptanceAgreementAcceptance. withDeviceId(String deviceId)AgreementAcceptanceAgreementAcceptance. withDeviceOSType(String deviceOSType)AgreementAcceptanceAgreementAcceptance. withDeviceOSVersion(String deviceOSVersion)AgreementAcceptanceAgreementAcceptance. withExpirationDateTime(OffsetDateTime expirationDateTime)AgreementAcceptanceAgreementAcceptance. withRecordedDateTime(OffsetDateTime recordedDateTime)AgreementAcceptanceAgreementAcceptance. withState(AgreementAcceptanceState state)AgreementAcceptanceAgreementAcceptance. withUnmappedField(String name, String value)AgreementAcceptanceAgreementAcceptance. withUserDisplayName(String userDisplayName)AgreementAcceptanceAgreementAcceptance. withUserEmail(String userEmail)AgreementAcceptanceAgreementAcceptance. withUserId(String userId)AgreementAcceptanceAgreementAcceptance. withUserPrincipalName(String userPrincipalName)
-