Package | Description |
---|---|
com.laserfiche.api.client.deserialization |
Provides internal classes for deserialization.
|
com.laserfiche.api.client.model |
Provides model classes used by other packages.
|
Modifier and Type | Method and Description |
---|---|
static ProblemDetails |
ProblemDetailsDeserializer.deserialize(kong.unirest.ObjectMapper objectMapper,
String jsonString)
Deserializes a json string into a
ProblemDetails . |
Modifier and Type | Method and Description |
---|---|
static ProblemDetails |
ProblemDetails.create(int statusCode,
Map<String,String> headers)
Create a minimal
ProblemDetails using HTTP response information. |
ProblemDetails |
ApiException.getProblemDetails()
Returns the API problem details.
|
Modifier and Type | Method and Description |
---|---|
static ApiException |
ApiException.create(int statusCode,
Map<String,String> headers,
ProblemDetails problemDetails,
Throwable cause)
Create an
ApiException . |
void |
ApiException.setProblemDetails(ProblemDetails problemDetails)
Sets the API problem details.
|
Constructor and Description |
---|
ApiException(String message,
int statusCode,
Map<String,String> headers,
ProblemDetails problemDetails,
Throwable cause) |
Copyright © 2024. All rights reserved.