Class GdataDownloadParameters
- 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.GdataDownloadParameters
-
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public final class GdataDownloadParameters extends com.google.api.client.json.GenericJsonParameters specific to media downloads.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 GdataDownloadParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GdataDownloadParametersclone()java.lang.BooleangetAllowGzipCompression()A boolean to be returned in the response to Scotty.java.lang.BooleangetIgnoreRange()Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.GdataDownloadParametersset(java.lang.String fieldName, java.lang.Object value)GdataDownloadParameterssetAllowGzipCompression(java.lang.Boolean allowGzipCompression)A boolean to be returned in the response to Scotty.GdataDownloadParameterssetIgnoreRange(java.lang.Boolean ignoreRange)Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.-
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
-
getAllowGzipCompression
public java.lang.Boolean getAllowGzipCompression()
A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.- Returns:
- value or
nullfor none
-
setAllowGzipCompression
public GdataDownloadParameters setAllowGzipCompression(java.lang.Boolean allowGzipCompression)
A boolean to be returned in the response to Scotty. Allows/disallows gzip encoding of the payload content when the server thinks it's advantageous (hence, does not guarantee compression) which allows Scotty to GZip the response to the client.- Parameters:
allowGzipCompression- allowGzipCompression ornullfor none
-
getIgnoreRange
public java.lang.Boolean getIgnoreRange()
Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.- Returns:
- value or
nullfor none
-
setIgnoreRange
public GdataDownloadParameters setIgnoreRange(java.lang.Boolean ignoreRange)
Determining whether or not Apiary should skip the inclusion of any Content-Range header on its response to Scotty.- Parameters:
ignoreRange- ignoreRange ornullfor none
-
set
public GdataDownloadParameters set(java.lang.String fieldName, java.lang.Object value)
- Overrides:
setin classcom.google.api.client.json.GenericJson
-
clone
public GdataDownloadParameters clone()
- Overrides:
clonein classcom.google.api.client.json.GenericJson
-
-