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.voidResponse.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 TypeClassDescriptionclassRepresents a response object for balance change information.classRepresents a response for a cancellation acknowledgement.classRepresents a response for a cancellation operation.classRepresents a response for a cashout acknowledgement.classRepresents a response object for a cashout operation.classRepresents a response containing casino sessions.classRepresents a response object for deposit information.classRepresents an error response from the server.classRepresents an extended settlement acknowledgment response.classRepresents an extended settlement response.classRepresents a response for acknowledging a ticket.classRepresents a response for ticket information.classRepresents a ticket response.classRepresents 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 TypeMethodDescriptionbooleanAwaiter.checkResponseType(ContentResponse response) voidAwaiter.completeSuccess(ContentResponse response)