Uses of Class
odata.msgraph.client.entity.AgreementFile
-
Packages that use AgreementFile Package Description odata.msgraph.client.entity -
-
Uses of AgreementFile in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as AgreementFile Modifier and Type Field Description protected AgreementFileAgreement. fileMethods in odata.msgraph.client.entity that return AgreementFile Modifier and Type Method Description AgreementFileAgreementFile.Builder. build()AgreementFileAgreementFile. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AgreementFileAgreementFile. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AgreementFileAgreementFile. withLocalizations(List<AgreementFileLocalization> localizations)AgreementFileAgreementFile. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AgreementFile Modifier and Type Method Description Agreement.BuilderAgreement.Builder. file(AgreementFile file)AgreementAgreement. withFile(AgreementFile file)
-