Package com.lithic.api.models
Class ResponderEndpointCheckStatusParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class ResponderEndpointCheckStatusParams implements Params
Check the status of a responder endpoint
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classResponderEndpointCheckStatusParams.BuilderA builder for ResponderEndpointCheckStatusParams.
public final classResponderEndpointCheckStatusParams.TypeThe type of the endpoint.
-
Method Summary
Modifier and Type Method Description final ResponderEndpointCheckStatusParams.Typetype()The type of the endpoint. final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final ResponderEndpointCheckStatusParams.BuildertoBuilder()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponderEndpointCheckStatusParams.Builderbuilder()Returns a mutable builder for constructing an instance of ResponderEndpointCheckStatusParams. -
-
Method Detail
-
type
final ResponderEndpointCheckStatusParams.Type type()
The type of the endpoint.
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final ResponderEndpointCheckStatusParams.Builder toBuilder()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static ResponderEndpointCheckStatusParams.Builder builder()
Returns a mutable builder for constructing an instance of ResponderEndpointCheckStatusParams.
The following fields are required:
.type()
-
-
-
-