Uses of Class
com.sportradar.mbs.sdk.entities.internal.Request.Builder
-
Uses of Request.Builder in com.sportradar.mbs.sdk.entities.internal
Modifier and TypeMethodDescriptionstatic Request.Builder
Request.newBuilder()
Returns a new instance of the Request.Builder class.Request.Builder.setContent
(ContentRequest value) Sets the content of the request being built.Request.Builder.setCorrelationId
(String value) Sets the correlation ID of the request being built.Request.Builder.setOperation
(String value) Sets the operation of the request being built.Request.Builder.setOperatorId
(long value) Sets the operator ID of the request being built.Request.Builder.setTimestampUtc
(long value) Sets the UTC millis timestamp of the request being built.Request.Builder.setVersion
(String value) Sets the version of the request being built.