Uses of Enum
com.microsoft.graph.models.X509CertificateCRLValidationConfigurationState
Packages that use X509CertificateCRLValidationConfigurationState
-
Uses of X509CertificateCRLValidationConfigurationState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return X509CertificateCRLValidationConfigurationStateModifier and TypeMethodDescriptionX509CertificateCRLValidationConfiguration.getState()Gets the state property value.Returns the enum constant of this type with the specified name.X509CertificateCRLValidationConfigurationState.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 X509CertificateCRLValidationConfigurationStateModifier and TypeMethodDescriptionvoidX509CertificateCRLValidationConfiguration.setState(X509CertificateCRLValidationConfigurationState value) Sets the state property value.