Package | Description |
---|---|
com.uc4.api.servicefulfillment | |
com.uc4.communication.requests |
This package contains request classes that can be sent using the
Connection class. |
Modifier and Type | Method and Description |
---|---|
static ServiceFulfillmentStatus |
ServiceFulfillmentStatus.convertFromNumber(int number)
Returns the status from a number
|
ServiceFulfillmentStatus |
ServiceFulfillmentItem.getServiceFulfillmentStatus()
Returns the service fulfillment status.
|
static ServiceFulfillmentStatus |
ServiceFulfillmentStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServiceFulfillmentStatus[] |
ServiceFulfillmentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ServiceFulfillmentStatus> |
ServiceFulfillmentList.Filter.serviceFulfillmentStatusIterator()
Returns an
Iterator over all ServiceFulfillmentStatus filters. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceFulfillmentList.Filter.addServiceFulfillmentStatusFilter(ServiceFulfillmentStatus serviceFulfillmentStatus)
Adds a filter for
ServiceFulfillmentStatus . |
void |
ServiceFulfillmentList.Filter.removeServiceFulfillmentStatusFilter(ServiceFulfillmentStatus serviceFulfillmentStatus)
Removes a specific
ServiceFulfillmentStatus filter. |