public static class Empty.Request extends ServiceRequest
EMPTY_MESSAGEEMPTY_JSON| Constructor and Description |
|---|
Empty.Request()
Create a new Empty ServiceRequest.
|
| Modifier and Type | Method and Description |
|---|---|
Empty.Request |
clone()
Create a clone of this Empty ServiceRequest.
|
static Empty.Request |
fromJsonObject(javax.json.JsonObject jsonObject)
Create a new Empty ServiceRequest based on the given JSON object.
|
static Empty.Request |
fromJsonString(String jsonString)
Create a new Empty ServiceRequest based on the given JSON string.
|
static Empty.Request |
fromServiceRequest(ServiceRequest req)
Create a new Empty ServiceRequest based on the given ServiceRequest.
|
getId, getServiceRequestType, setId, setServiceRequestTypeequals, hashCode, toJsonObject, toStringpublic Empty.Request clone()
clone in class ServiceRequestpublic static Empty.Request fromJsonString(String jsonString)
jsonString - The JSON string to parse.public static Empty.Request fromServiceRequest(ServiceRequest req)
m - The ServiceRequest to parse.public static Empty.Request fromJsonObject(javax.json.JsonObject jsonObject)
jsonObject - The JSON object to parse.Copyright © 2014. All rights reserved.