Uses of Enum
com.okta.sdk.resource.model.Org2OrgApplication.NameEnum
Packages that use Org2OrgApplication.NameEnum
-
Uses of Org2OrgApplication.NameEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return Org2OrgApplication.NameEnumModifier and TypeMethodDescriptionstatic Org2OrgApplication.NameEnum
Org2OrgApplication.getName()
Get namestatic Org2OrgApplication.NameEnum
Returns the enum constant of this type with the specified name.static Org2OrgApplication.NameEnum[]
Org2OrgApplication.NameEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type Org2OrgApplication.NameEnumModifier and TypeMethodDescriptionOrg2OrgApplication.name
(Org2OrgApplication.NameEnum name) void
Org2OrgApplication.setName
(Org2OrgApplication.NameEnum name)