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