Uses of Enum
com.okta.sdk.resource.model.CsrPublishHrefHints.AllowEnum
Packages that use CsrPublishHrefHints.AllowEnum
-
Uses of CsrPublishHrefHints.AllowEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return CsrPublishHrefHints.AllowEnumModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static CsrPublishHrefHints.AllowEnum[]
CsrPublishHrefHints.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 CsrPublishHrefHints.AllowEnumMethods in com.okta.sdk.resource.model with parameters of type CsrPublishHrefHints.AllowEnumModifier and TypeMethodDescriptionCsrPublishHrefHints.addallowItem
(CsrPublishHrefHints.AllowEnum allowItem) Method parameters in com.okta.sdk.resource.model with type arguments of type CsrPublishHrefHints.AllowEnumModifier and TypeMethodDescriptionCsrPublishHrefHints.allow
(List<CsrPublishHrefHints.AllowEnum> allow) void
CsrPublishHrefHints.setAllow
(List<CsrPublishHrefHints.AllowEnum> allow)