Uses of Class
com.microsoft.graph.models.AgreementFileLocalization
Packages that use AgreementFileLocalization
-
Uses of AgreementFileLocalization in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AgreementFileLocalizationModifier and TypeMethodDescriptionstatic AgreementFileLocalizationAgreementFileLocalization.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type AgreementFileLocalizationModifier and TypeMethodDescriptionAgreement.getFiles()Gets the files property value.AgreementFile.getLocalizations()Gets the localizations property value.AgreementFileLocalizationCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AgreementFileLocalizationModifier and TypeMethodDescriptionvoidAgreement.setFiles(List<AgreementFileLocalization> value) Sets the files property value.voidAgreementFile.setLocalizations(List<AgreementFileLocalization> value) Sets the localizations property value.voidAgreementFileLocalizationCollectionResponse.setValue(List<AgreementFileLocalization> value) Sets the value property value.