Uses of Class
odata.msgraph.client.entity.AgreementFileVersion
-
Packages that use AgreementFileVersion Package Description odata.msgraph.client.entity -
-
Uses of AgreementFileVersion in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AgreementFileVersion Modifier and Type Field Description protected List<AgreementFileVersion>AgreementFileLocalization. versionsMethods in odata.msgraph.client.entity that return AgreementFileVersion Modifier and Type Method Description AgreementFileVersionAgreementFileVersion.Builder. build()AgreementFileVersionAgreementFileVersion. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AgreementFileVersionAgreementFileVersion. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AgreementFileVersionAgreementFileVersion. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type AgreementFileVersion Modifier and Type Method Description AgreementFileLocalization.BuilderAgreementFileLocalization.Builder. versions(AgreementFileVersion... versions)Method parameters in odata.msgraph.client.entity with type arguments of type AgreementFileVersion Modifier and Type Method Description AgreementFileLocalization.BuilderAgreementFileLocalization.Builder. versions(List<AgreementFileVersion> versions)AgreementFileLocalizationAgreementFileLocalization. withVersions(List<AgreementFileVersion> versions)
-