Uses of Class
com.microsoft.graph.models.AgreementAcceptance
Packages that use AgreementAcceptance
-
Uses of AgreementAcceptance in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AgreementAcceptanceModifier and TypeMethodDescriptionstatic AgreementAcceptanceAgreementAcceptance.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 AgreementAcceptanceModifier and TypeMethodDescriptionAgreement.getAcceptances()Gets the acceptances property value.TermsOfUseContainer.getAgreementAcceptances()Gets the agreementAcceptances property value.User.getAgreementAcceptances()Gets the agreementAcceptances property value.AgreementAcceptanceCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type AgreementAcceptanceModifier and TypeMethodDescriptionvoidAgreement.setAcceptances(List<AgreementAcceptance> value) Sets the acceptances property value.voidTermsOfUseContainer.setAgreementAcceptances(List<AgreementAcceptance> value) Sets the agreementAcceptances property value.voidUser.setAgreementAcceptances(List<AgreementAcceptance> value) Sets the agreementAcceptances property value.voidAgreementAcceptanceCollectionResponse.setValue(List<AgreementAcceptance> value) Sets the value property value.