Uses of Class
com.sportradar.mbs.sdk.entities.response.ContentResponse
Packages that use ContentResponse
Package
Description
-
Uses of ContentResponse in com.sportradar.mbs.sdk.entities.internal
Methods in com.sportradar.mbs.sdk.entities.internal that return ContentResponseMethods in com.sportradar.mbs.sdk.entities.internal with parameters of type ContentResponseModifier 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
Subclasses of ContentResponse in com.sportradar.mbs.sdk.entities.responseModifier 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
Classes in com.sportradar.mbs.sdk.internal.protocol with type parameters of type ContentResponseMethods in com.sportradar.mbs.sdk.internal.protocol with type parameters of type ContentResponseModifier and TypeMethodDescription<T extends ContentRequest,
R extends ContentResponse>
CompletableFuture<R> Methods in com.sportradar.mbs.sdk.internal.protocol with parameters of type ContentResponseModifier and TypeMethodDescriptionboolean
Awaiter.checkResponseType
(ContentResponse response) void
Awaiter.completeSuccess
(ContentResponse response)