Uses of Enum
com.microsoft.graph.models.AgreementAcceptanceState
Packages that use AgreementAcceptanceState
-
Uses of AgreementAcceptanceState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AgreementAcceptanceStateModifier and TypeMethodDescriptionstatic AgreementAcceptanceStateAgreementAcceptance.getState()Gets the state property value.static AgreementAcceptanceStateReturns the enum constant of this type with the specified name.static AgreementAcceptanceState[]AgreementAcceptanceState.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type AgreementAcceptanceStateModifier and TypeMethodDescriptionvoidAgreementAcceptance.setState(AgreementAcceptanceState value) Sets the state property value.