Uses of Class
odata.msgraph.client.beta.entity.Agreement
-
Packages that use Agreement Package Description odata.msgraph.client.beta.entity -
-
Uses of Agreement in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Agreement Modifier and Type Method Description AgreementAgreement.Builder. build()AgreementAgreement. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AgreementAgreement. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AgreementAgreement. withDisplayName(String displayName)AgreementAgreement. withIsPerDeviceAcceptanceRequired(Boolean isPerDeviceAcceptanceRequired)AgreementAgreement. withIsViewingBeforeAcceptanceRequired(Boolean isViewingBeforeAcceptanceRequired)AgreementAgreement. withTermsExpiration(TermsExpiration termsExpiration)AgreementAgreement. withUnmappedField(String name, String value)AgreementAgreement. withUserReacceptRequiredFrequency(Duration userReacceptRequiredFrequency)
-