Uses of Enum
com.okta.sdk.resource.model.CsrSelfHrefHints.AllowEnum
Packages that use CsrSelfHrefHints.AllowEnum
-
Uses of CsrSelfHrefHints.AllowEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return CsrSelfHrefHints.AllowEnumModifier and TypeMethodDescriptionstatic CsrSelfHrefHints.AllowEnum
static CsrSelfHrefHints.AllowEnum
Returns the enum constant of this type with the specified name.static CsrSelfHrefHints.AllowEnum[]
CsrSelfHrefHints.AllowEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model that return types with arguments of type CsrSelfHrefHints.AllowEnumMethods in com.okta.sdk.resource.model with parameters of type CsrSelfHrefHints.AllowEnumModifier and TypeMethodDescriptionCsrSelfHrefHints.addallowItem
(CsrSelfHrefHints.AllowEnum allowItem) Method parameters in com.okta.sdk.resource.model with type arguments of type CsrSelfHrefHints.AllowEnumModifier and TypeMethodDescriptionCsrSelfHrefHints.allow
(List<CsrSelfHrefHints.AllowEnum> allow) void
CsrSelfHrefHints.setAllow
(List<CsrSelfHrefHints.AllowEnum> allow)