Class MessageReceiveByRequestHeaders
- java.lang.Object
-
- com.fifa.connectservicebus.sdk.api.models.MessageReceiveByRequestHeaders
-
public class MessageReceiveByRequestHeaders extends Object
Defines headers for ReceiveByRequest operation.
-
-
Constructor Summary
Constructors Constructor Description MessageReceiveByRequestHeaders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbrokerProperties()Get jSON-encoded set of BrokeredMessage properties.MessageReceiveByRequestHeaderswithBrokerProperties(String brokerProperties)Set jSON-encoded set of BrokeredMessage properties.MessageReceiveByRequestHeaderswithXAction(String xAction)Set name of the action.MessageReceiveByRequestHeaderswithXProperties(String xProperties)Set unencrypted properties of the message.StringxAction()Get name of the action.StringxProperties()Get unencrypted properties of the message.
-
-
-
Method Detail
-
brokerProperties
public String brokerProperties()
Get jSON-encoded set of BrokeredMessage properties. Model = {"LockToken":"00000000-0000-0000-0000-000000000000","MessageId":null,"DeliveryCount":0,"EnqueuedSequenceNumber":0,"EnqueuedTimeUtc":"0001-01-01T00:00:00","ExpiresAtUtc":"0001-01-01T00:00:00","LockedUntilUtc":"0001-01-01T00:00:00","SequenceNumber":null,"Size":0,"Label":null,"TimeToLive":0,"State":null}.- Returns:
- the brokerProperties value
-
withBrokerProperties
public MessageReceiveByRequestHeaders withBrokerProperties(String brokerProperties)
Set jSON-encoded set of BrokeredMessage properties. Model = {"LockToken":"00000000-0000-0000-0000-000000000000","MessageId":null,"DeliveryCount":0,"EnqueuedSequenceNumber":0,"EnqueuedTimeUtc":"0001-01-01T00:00:00","ExpiresAtUtc":"0001-01-01T00:00:00","LockedUntilUtc":"0001-01-01T00:00:00","SequenceNumber":null,"Size":0,"Label":null,"TimeToLive":0,"State":null}.- Parameters:
brokerProperties- the brokerProperties value to set- Returns:
- the MessageReceiveByRequestHeaders object itself.
-
xAction
public String xAction()
Get name of the action.- Returns:
- the xAction value
-
withXAction
public MessageReceiveByRequestHeaders withXAction(String xAction)
Set name of the action.- Parameters:
xAction- the xAction value to set- Returns:
- the MessageReceiveByRequestHeaders object itself.
-
xProperties
public String xProperties()
Get unencrypted properties of the message.- Returns:
- the xProperties value
-
withXProperties
public MessageReceiveByRequestHeaders withXProperties(String xProperties)
Set unencrypted properties of the message.- Parameters:
xProperties- the xProperties value to set- Returns:
- the MessageReceiveByRequestHeaders object itself.
-
-