target.apidocs.com.google.api.services.mybusinessqanda.v1.MyBusinessQA.Locations.Questions.Create.html Maven / Gradle / Ivy
MyBusinessQA.Locations.Questions.Create (My Business Q&A API v1-rev20221124-2.0.0)
com.google.api.services.mybusinessqanda.v1
Class MyBusinessQA.Locations.Questions.Create
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.mybusinessqanda.v1.MyBusinessQARequest<Question>
-
- com.google.api.services.mybusinessqanda.v1.MyBusinessQA.Locations.Questions.Create
-
- Enclosing class:
- MyBusinessQA.Locations.Questions
public class MyBusinessQA.Locations.Questions.Create
extends MyBusinessQARequest<Question>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Field Summary
-
Fields inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
USER_AGENT_SUFFIX
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Create(String parent,
Question content)
Adds a question for the specified location.
-
Method Summary
-
Methods inherited from class com.google.api.services.mybusinessqanda.v1.MyBusinessQARequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Create
protected Create(String parent,
Question content)
Adds a question for the specified location.
Create a request for the method "questions.create".
This request holds the parameters needed by the the mybusinessqanda server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
MyBusinessQA.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
parent
- Required. The name of the location to write a question for.
content
- the Question
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public MyBusinessQA.Locations.Questions.Create set$Xgafv(String $Xgafv)
Description copied from class: MyBusinessQARequest
V1 error format.
- Overrides:
set$Xgafv
in class MyBusinessQARequest<Question>
-
setAccessToken
public MyBusinessQA.Locations.Questions.Create setAccessToken(String accessToken)
Description copied from class: MyBusinessQARequest
OAuth access token.
- Overrides:
setAccessToken
in class MyBusinessQARequest<Question>
-
setAlt
public MyBusinessQA.Locations.Questions.Create setAlt(String alt)
Description copied from class: MyBusinessQARequest
Data format for response.
- Overrides:
setAlt
in class MyBusinessQARequest<Question>
-
setCallback
public MyBusinessQA.Locations.Questions.Create setCallback(String callback)
Description copied from class: MyBusinessQARequest
JSONP
- Overrides:
setCallback
in class MyBusinessQARequest<Question>
-
setFields
public MyBusinessQA.Locations.Questions.Create setFields(String fields)
Description copied from class: MyBusinessQARequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class MyBusinessQARequest<Question>
-
setKey
public MyBusinessQA.Locations.Questions.Create setKey(String key)
Description copied from class: MyBusinessQARequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class MyBusinessQARequest<Question>
-
setOauthToken
public MyBusinessQA.Locations.Questions.Create setOauthToken(String oauthToken)
Description copied from class: MyBusinessQARequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class MyBusinessQARequest<Question>
-
setPrettyPrint
public MyBusinessQA.Locations.Questions.Create setPrettyPrint(Boolean prettyPrint)
Description copied from class: MyBusinessQARequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class MyBusinessQARequest<Question>
-
setQuotaUser
public MyBusinessQA.Locations.Questions.Create setQuotaUser(String quotaUser)
Description copied from class: MyBusinessQARequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
- Overrides:
setQuotaUser
in class MyBusinessQARequest<Question>
-
setUploadType
public MyBusinessQA.Locations.Questions.Create setUploadType(String uploadType)
Description copied from class: MyBusinessQARequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class MyBusinessQARequest<Question>
-
setUploadProtocol
public MyBusinessQA.Locations.Questions.Create setUploadProtocol(String uploadProtocol)
Description copied from class: MyBusinessQARequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class MyBusinessQARequest<Question>
-
getParent
public String getParent()
Required. The name of the location to write a question for.
-
setParent
public MyBusinessQA.Locations.Questions.Create setParent(String parent)
Required. The name of the location to write a question for.
-
set
public MyBusinessQA.Locations.Questions.Create set(String parameterName,
Object value)
- Overrides:
set
in class MyBusinessQARequest<Question>
Copyright © 2011–2022 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy