Uses of Enum Class
com.uc4.api.servicefulfillment.ServiceFulfillmentStatus
Packages that use ServiceFulfillmentStatus
-
Uses of ServiceFulfillmentStatus in com.uc4.api.servicefulfillment
Methods in com.uc4.api.servicefulfillment that return ServiceFulfillmentStatusModifier and TypeMethodDescriptionstatic ServiceFulfillmentStatusServiceFulfillmentStatus.convertFromNumber(int number) Returns the status from a numberServiceFulfillmentItem.getServiceFulfillmentStatus()Returns the service fulfillment status.static ServiceFulfillmentStatusReturns the enum constant of this class with the specified name.static ServiceFulfillmentStatus[]ServiceFulfillmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ServiceFulfillmentStatus in com.uc4.communication.requests
Methods in com.uc4.communication.requests that return types with arguments of type ServiceFulfillmentStatusModifier and TypeMethodDescriptionServiceFulfillmentList.Filter.serviceFulfillmentStatusIterator()Returns anIteratorover allServiceFulfillmentStatusfilters.Methods in com.uc4.communication.requests with parameters of type ServiceFulfillmentStatusModifier and TypeMethodDescriptionvoidServiceFulfillmentList.Filter.addServiceFulfillmentStatusFilter(ServiceFulfillmentStatus serviceFulfillmentStatus) Adds a filter forServiceFulfillmentStatus.voidServiceFulfillmentList.Filter.removeServiceFulfillmentStatusFilter(ServiceFulfillmentStatus serviceFulfillmentStatus) Removes a specificServiceFulfillmentStatusfilter.