Uses of Class
com.microsoft.graph.models.AgreementFileVersion
Packages that use AgreementFileVersion
-
Uses of AgreementFileVersion in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AgreementFileVersionModifier and TypeMethodDescriptionstatic AgreementFileVersionAgreementFileVersion.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 AgreementFileVersionModifier and TypeMethodDescriptionAgreementFileVersionCollectionResponse.getValue()Gets the value property value.AgreementFileLocalization.getVersions()Gets the versions property value.Method parameters in com.microsoft.graph.models with type arguments of type AgreementFileVersionModifier and TypeMethodDescriptionvoidAgreementFileVersionCollectionResponse.setValue(List<AgreementFileVersion> value) Sets the value property value.voidAgreementFileLocalization.setVersions(List<AgreementFileVersion> value) Sets the versions property value.