@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public class PublishMessageRequest extends BmcRequest
Modifier and Type | Class and Description |
---|---|
static class |
PublishMessageRequest.Builder |
static class |
PublishMessageRequest.MessageType
Type of message body in the request.
|
Modifier and Type | Method and Description |
---|---|
static PublishMessageRequest.Builder |
builder() |
MessageDetails |
getMessageDetails()
The message to publish.
|
PublishMessageRequest.MessageType |
getMessageType()
Type of message body in the request.
|
String |
getOpcRequestId()
The unique Oracle-assigned identifier for the request.
|
String |
getTopicId()
The OCID of the topic.
|
getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration
public static PublishMessageRequest.Builder builder()
public MessageDetails getMessageDetails()
The message to publish.
public String getOpcRequestId()
The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
public PublishMessageRequest.MessageType getMessageType()
Type of message body in the request. Default value: JSON.
Copyright © 2016–2019. All rights reserved.