Uses of Enum
com.okta.sdk.resource.model.OktaDeviceRiskChangeEvent.InitiatingEntityEnum
Packages that use OktaDeviceRiskChangeEvent.InitiatingEntityEnum
-
Uses of OktaDeviceRiskChangeEvent.InitiatingEntityEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return OktaDeviceRiskChangeEvent.InitiatingEntityEnumModifier and TypeMethodDescriptionOktaDeviceRiskChangeEvent.getInitiatingEntity()
The entity that initiated the eventReturns the enum constant of this type with the specified name.OktaDeviceRiskChangeEvent.InitiatingEntityEnum.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 OktaDeviceRiskChangeEvent.InitiatingEntityEnumModifier and TypeMethodDescriptionOktaDeviceRiskChangeEvent.initiatingEntity
(OktaDeviceRiskChangeEvent.InitiatingEntityEnum initiatingEntity) void
OktaDeviceRiskChangeEvent.setInitiatingEntity
(OktaDeviceRiskChangeEvent.InitiatingEntityEnum initiatingEntity)