|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceRequest.Status | |
---|---|
org.codeforamerica.open311.facade.data | Visible data objects of the system. |
org.codeforamerica.open311.facade.data.operations | Data objects related to some operations of the system. |
Uses of ServiceRequest.Status in org.codeforamerica.open311.facade.data |
---|
Methods in org.codeforamerica.open311.facade.data that return ServiceRequest.Status | |
---|---|
static ServiceRequest.Status |
ServiceRequest.Status.getFromString(String status)
|
ServiceRequest.Status |
ServiceRequest.getStatus()
|
static ServiceRequest.Status |
ServiceRequest.Status.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ServiceRequest.Status[] |
ServiceRequest.Status.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.codeforamerica.open311.facade.data with parameters of type ServiceRequest.Status | |
---|---|
ServiceRequest(String serviceRequestId,
ServiceRequest.Status status,
String statusNotes,
String serviceName,
String serviceCode,
String description,
String agencyResponsible,
String serviceNotice,
Date requestedDatetime,
Date updatedDatetime,
Date expectedDatetime,
String address,
Long addressId,
Integer zipCode,
Float latitude,
Float longitude,
URL mediaUrl)
|
Uses of ServiceRequest.Status in org.codeforamerica.open311.facade.data.operations |
---|
Methods in org.codeforamerica.open311.facade.data.operations with parameters of type ServiceRequest.Status | |
---|---|
GETServiceRequestsFilter |
GETServiceRequestsFilter.setStatus(ServiceRequest.Status status)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |