Uses of Enum
org.openapitools.client.model.ProfileMappingPropertyPushStatus
Packages that use ProfileMappingPropertyPushStatus
-
Uses of ProfileMappingPropertyPushStatus in org.openapitools.client.model
Methods in org.openapitools.client.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 org.openapitools.client.model with parameters of type ProfileMappingPropertyPushStatusModifier and TypeMethodDescriptionProfileMappingProperty.pushStatus
(ProfileMappingPropertyPushStatus pushStatus) void
ProfileMappingProperty.setPushStatus
(ProfileMappingPropertyPushStatus pushStatus)