Uses of Class
com.okta.sdk.resource.PolicyAccountLinkAction
-
Packages that use PolicyAccountLinkAction Package Description com.okta.sdk.resource -
-
Uses of PolicyAccountLinkAction in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return PolicyAccountLinkAction Modifier and Type Method Description PolicyAccountLinkAction
PolicyAccountLink. getAction()
static PolicyAccountLinkAction
PolicyAccountLinkAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PolicyAccountLinkAction[]
PolicyAccountLinkAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type PolicyAccountLinkAction Modifier and Type Method Description PolicyAccountLink
PolicyAccountLink. setAction(PolicyAccountLinkAction action)
-