Class RequestCapabilityCallbackRequest
- java.lang.Object
-
- java.util.AbstractMap<java.lang.String,java.lang.Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.rcsbusinessmessaging.v1.model.RequestCapabilityCallbackRequest
-
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public final class RequestCapabilityCallbackRequest extends com.google.api.client.json.GenericJsonRequest message for RBMService.RequestCapabilityCallback method.This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the RCS Business Messaging API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
-
Constructor Summary
Constructors Constructor Description RequestCapabilityCallbackRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestCapabilityCallbackRequestclone()java.lang.StringgetRequestId()The ID of the request, assigned by the agent.RequestCapabilityCallbackRequestset(java.lang.String fieldName, java.lang.Object value)RequestCapabilityCallbackRequestsetRequestId(java.lang.String requestId)The ID of the request, assigned by the agent.-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
-
-
-
-
Method Detail
-
getRequestId
public java.lang.String getRequestId()
The ID of the request, assigned by the agent. This must be a UUID, as defined in https://tools.ietf.org/html/rfc4122. This request ID is included in the capability callback, which returns asynchronously.- Returns:
- value or
nullfor none
-
setRequestId
public RequestCapabilityCallbackRequest setRequestId(java.lang.String requestId)
The ID of the request, assigned by the agent. This must be a UUID, as defined in https://tools.ietf.org/html/rfc4122. This request ID is included in the capability callback, which returns asynchronously.- Parameters:
requestId- requestId ornullfor none
-
set
public RequestCapabilityCallbackRequest set(java.lang.String fieldName, java.lang.Object value)
- Overrides:
setin classcom.google.api.client.json.GenericJson
-
clone
public RequestCapabilityCallbackRequest clone()
- Overrides:
clonein classcom.google.api.client.json.GenericJson
-
-