public class Vault.Matters.Get extends VaultRequest<Matter>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Get(String matterId)
Gets the specified matter.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
String |
getMatterId()
The matter ID.
|
String |
getView()
Specifies how much information about the matter to return in the response.
|
Vault.Matters.Get |
set(String parameterName,
Object value) |
Vault.Matters.Get |
set$Xgafv(String $Xgafv)
V1 error format.
|
Vault.Matters.Get |
setAccessToken(String accessToken)
OAuth access token.
|
Vault.Matters.Get |
setAlt(String alt)
Data format for response.
|
Vault.Matters.Get |
setCallback(String callback)
JSONP
|
Vault.Matters.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Vault.Matters.Get |
setKey(String key)
API key.
|
Vault.Matters.Get |
setMatterId(String matterId)
The matter ID.
|
Vault.Matters.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Vault.Matters.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Vault.Matters.Get |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Vault.Matters.Get |
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
|
Vault.Matters.Get |
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
|
Vault.Matters.Get |
setView(String view)
Specifies how much information about the matter to return in the response.
|
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected Get(String matterId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation. Vault.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest) must be
called to initialize this instance immediately after invoking the constructor.
matterId - The matter ID.public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Matter>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Matter>IOExceptionpublic Vault.Matters.Get set$Xgafv(String $Xgafv)
VaultRequestset$Xgafv in class VaultRequest<Matter>public Vault.Matters.Get setAccessToken(String accessToken)
VaultRequestsetAccessToken in class VaultRequest<Matter>public Vault.Matters.Get setAlt(String alt)
VaultRequestsetAlt in class VaultRequest<Matter>public Vault.Matters.Get setCallback(String callback)
VaultRequestsetCallback in class VaultRequest<Matter>public Vault.Matters.Get setFields(String fields)
VaultRequestsetFields in class VaultRequest<Matter>public Vault.Matters.Get setKey(String key)
VaultRequestsetKey in class VaultRequest<Matter>public Vault.Matters.Get setOauthToken(String oauthToken)
VaultRequestsetOauthToken in class VaultRequest<Matter>public Vault.Matters.Get setPrettyPrint(Boolean prettyPrint)
VaultRequestsetPrettyPrint in class VaultRequest<Matter>public Vault.Matters.Get setQuotaUser(String quotaUser)
VaultRequestsetQuotaUser in class VaultRequest<Matter>public Vault.Matters.Get setUploadType(String uploadType)
VaultRequestsetUploadType in class VaultRequest<Matter>public Vault.Matters.Get setUploadProtocol(String uploadProtocol)
VaultRequestsetUploadProtocol in class VaultRequest<Matter>public String getMatterId()
public Vault.Matters.Get setMatterId(String matterId)
public String getView()
public Vault.Matters.Get setView(String view)
public Vault.Matters.Get set(String parameterName, Object value)
set in class VaultRequest<Matter>Copyright © 2011–2025 Google. All rights reserved.