Package com.lithic.api.models
Class EventSubscriptionSendSimulatedExampleParams
-
- All Implemented Interfaces:
-
com.lithic.api.core.Params
public final class EventSubscriptionSendSimulatedExampleParams implements Params
Send an example message for event.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEventSubscriptionSendSimulatedExampleParams.BuilderA builder for EventSubscriptionSendSimulatedExampleParams.
public final classEventSubscriptionSendSimulatedExampleParams.Bodypublic final classEventSubscriptionSendSimulatedExampleParams.EventTypeEvent type to send example message for.
-
Method Summary
-
-
Method Detail
-
eventSubscriptionToken
final Optional<String> eventSubscriptionToken()
-
eventType
final Optional<EventSubscriptionSendSimulatedExampleParams.EventType> eventType()
Event type to send example message for.
-
_eventType
final JsonField<EventSubscriptionSendSimulatedExampleParams.EventType> _eventType()
Returns the raw JSON value of eventType.
Unlike eventType, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_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 EventSubscriptionSendSimulatedExampleParams.Builder toBuilder()
-
_body
final EventSubscriptionSendSimulatedExampleParams.Body _body()
-
_pathParam
final String _pathParam(Integer index)
-
_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.
-
none
final static EventSubscriptionSendSimulatedExampleParams none()
-
builder
final static EventSubscriptionSendSimulatedExampleParams.Builder builder()
Returns a mutable builder for constructing an instance of EventSubscriptionSendSimulatedExampleParams.
-
-
-
-