public final class Request extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Request.Builder |
Modifier and Type | Method and Description |
---|---|
static Request.Builder |
builder() |
boolean |
equals(Object o) |
String |
getRequestId()
The requestId for the dynamic endpoint request.
|
String |
getRequestPayload()
The request payload.
|
String |
getType()
Denotes type of request.
|
String |
getVersion()
The version of the request message schema used.
|
int |
hashCode() |
String |
toString() |
public static Request.Builder builder()
public String getVersion()
public String getType()
public String getRequestId()
public String getRequestPayload()
Copyright © 2023. All rights reserved.