Uses of Enum
com.microsoft.graph.models.X509CertificateIssuerHintsState
Packages that use X509CertificateIssuerHintsState
-
Uses of X509CertificateIssuerHintsState in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return X509CertificateIssuerHintsStateModifier and TypeMethodDescriptionX509CertificateIssuerHintsConfiguration.getState()Gets the state property value.Returns the enum constant of this type with the specified name.static X509CertificateIssuerHintsState[]X509CertificateIssuerHintsState.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 X509CertificateIssuerHintsStateModifier and TypeMethodDescriptionvoidX509CertificateIssuerHintsConfiguration.setState(X509CertificateIssuerHintsState value) Sets the state property value.