Uses of Enum
com.okta.sdk.resource.model.ApplicationCredentialsUsernameTemplate.PushStatusEnum
Packages that use ApplicationCredentialsUsernameTemplate.PushStatusEnum
-
Uses of ApplicationCredentialsUsernameTemplate.PushStatusEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ApplicationCredentialsUsernameTemplate.PushStatusEnumModifier and TypeMethodDescriptionApplicationCredentialsUsernameTemplate.getPushStatus()Determines if the username is pushed to the app on updates for CUSTOM `type`Returns the enum constant of this type with the specified name.ApplicationCredentialsUsernameTemplate.PushStatusEnum.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 ApplicationCredentialsUsernameTemplate.PushStatusEnumModifier and TypeMethodDescriptionApplicationCredentialsUsernameTemplate.pushStatus(ApplicationCredentialsUsernameTemplate.PushStatusEnum pushStatus) voidApplicationCredentialsUsernameTemplate.setPushStatus(ApplicationCredentialsUsernameTemplate.PushStatusEnum pushStatus)