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