Uses of Class
com.sportradar.mbs.sdk.entities.response.ContentResponse
Package
Description
-
Uses of ContentResponse in com.sportradar.mbs.sdk.entities.internal
Modifier and TypeMethodDescriptionResponse.Builder.setContent
(ContentResponse value) Sets the content of the response.void
Response.setContent
(ContentResponse value) Sets the content of the response. -
Uses of ContentResponse in com.sportradar.mbs.sdk.entities.response
Modifier and TypeClassDescriptionclass
Represents a response object for balance change information.class
Represents a response for a cancellation acknowledgement.class
Represents a response for a cancellation operation.class
Represents a response for a cashout acknowledgement.class
Represents a response object for a cashout operation.class
Represents a response containing casino sessions.class
Represents a response object for deposit information.class
Represents an error response from the server.class
Represents an extended settlement acknowledgment response.class
Represents an extended settlement response.class
Represents a response for acknowledging a ticket.class
Represents a response for ticket information.class
Represents a ticket response.class
Represents a response object for withdrawal information. -
Uses of ContentResponse in com.sportradar.mbs.sdk.internal.protocol
Modifier and TypeMethodDescription<T extends ContentRequest,
R extends ContentResponse>
CompletableFuture<R> Modifier and TypeMethodDescriptionboolean
Awaiter.checkResponseType
(ContentResponse response) void
Awaiter.completeSuccess
(ContentResponse response)