public static final class ResourceMessage.ReportResponse.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Constructor - does nothing. | 
| Modifier and Type | Method and Description | 
|---|---|
| ResourceMessage.ReportResponse | build() | 
| ResourceMessage.ReportResponse.Builder | endpointName(java.lang.String endpointName)Sets the name or ID of the resource's endpoint. | 
| ResourceMessage.ReportResponse.Builder | fromJson(org.json.JSONObject resObject) | 
| ResourceMessage.ReportResponse.Builder | fromString(java.lang.String str) | 
| ResourceMessage.ReportResponse.Builder | status(ResourceMessage.ReportResponse.ResponseStatus status) | 
public ResourceMessage.ReportResponse.Builder endpointName(java.lang.String endpointName)
endpointName - name or ID of the resource's endpoint.public ResourceMessage.ReportResponse.Builder status(ResourceMessage.ReportResponse.ResponseStatus status)
public final ResourceMessage.ReportResponse.Builder fromString(java.lang.String str)
public final ResourceMessage.ReportResponse.Builder fromJson(org.json.JSONObject resObject)
public ResourceMessage.ReportResponse build()