Uses of Enum
com.okta.sdk.resource.model.ProfileMappingPropertyPushStatus
Packages that use ProfileMappingPropertyPushStatus
-
Uses of ProfileMappingPropertyPushStatus in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return ProfileMappingPropertyPushStatusModifier and TypeMethodDescriptionProfileMappingProperty.getPushStatus()
Get pushStatusReturns the enum constant of this type with the specified name.static ProfileMappingPropertyPushStatus[]
ProfileMappingPropertyPushStatus.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 ProfileMappingPropertyPushStatusModifier and TypeMethodDescriptionProfileMappingProperty.pushStatus
(ProfileMappingPropertyPushStatus pushStatus) void
ProfileMappingProperty.setPushStatus
(ProfileMappingPropertyPushStatus pushStatus)