Uses of Class
com.microsoft.graph.models.TermsAndConditions
Packages that use TermsAndConditions
-
Uses of TermsAndConditions in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TermsAndConditionsModifier and TypeMethodDescriptionstatic TermsAndConditionsTermsAndConditions.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueTermsAndConditionsAcceptanceStatus.getTermsAndConditions()Gets the termsAndConditions property value.Methods in com.microsoft.graph.models that return types with arguments of type TermsAndConditionsModifier and TypeMethodDescriptionDeviceManagement.getTermsAndConditions()Gets the termsAndConditions property value.TermsAndConditionsCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type TermsAndConditionsModifier and TypeMethodDescriptionvoidTermsAndConditionsAcceptanceStatus.setTermsAndConditions(TermsAndConditions value) Sets the termsAndConditions property value.Method parameters in com.microsoft.graph.models with type arguments of type TermsAndConditionsModifier and TypeMethodDescriptionvoidDeviceManagement.setTermsAndConditions(List<TermsAndConditions> value) Sets the termsAndConditions property value.voidTermsAndConditionsCollectionResponse.setValue(List<TermsAndConditions> value) Sets the value property value.