Class CourierApiConflictError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.courier.api.core.CourierApiError
-
- com.courier.api.core.CourierApiApiError
-
- com.courier.api.resources.commons.errors.CourierApiConflictError
-
- All Implemented Interfaces:
java.io.Serializable
public final class CourierApiConflictError extends CourierApiApiError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CourierApiConflictError(Conflict body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Conflictbody()-
Methods inherited from class com.courier.api.core.CourierApiApiError
statusCode, toString
-
-
-
-
Constructor Detail
-
CourierApiConflictError
public CourierApiConflictError(Conflict body)
-
-
Method Detail
-
body
public Conflict body()
- Overrides:
bodyin classCourierApiApiError- Returns:
- the body
-
-