Uses of Class
com.okta.sdk.resource.LinkedObjectDetailsType
-
Packages that use LinkedObjectDetailsType Package Description com.okta.sdk.resource -
-
Uses of LinkedObjectDetailsType in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return LinkedObjectDetailsType Modifier and Type Method Description LinkedObjectDetailsType
LinkedObjectDetails. getType()
static LinkedObjectDetailsType
LinkedObjectDetailsType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LinkedObjectDetailsType[]
LinkedObjectDetailsType. 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 LinkedObjectDetailsType Modifier and Type Method Description LinkedObjectDetails
LinkedObjectDetails. setType(LinkedObjectDetailsType type)
-