Uses of Class
com.okta.sdk.resource.ProfileMappingPropertyPushStatus
-
Packages that use ProfileMappingPropertyPushStatus Package Description com.okta.sdk.resource -
-
Uses of ProfileMappingPropertyPushStatus in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return ProfileMappingPropertyPushStatus Modifier and Type Method Description ProfileMappingPropertyPushStatus
ProfileMappingProperty. getPushStatus()
static ProfileMappingPropertyPushStatus
ProfileMappingPropertyPushStatus. valueOf(java.lang.String name)
Returns 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 with parameters of type ProfileMappingPropertyPushStatus Modifier and Type Method Description ProfileMappingProperty
ProfileMappingProperty. setPushStatus(ProfileMappingPropertyPushStatus pushStatus)
-