public static class GetLicenseHttpRequest.Builder extends Object
Modifier and Type | Method and Description |
---|---|
GetLicenseHttpRequest |
build() |
GetLicenseHttpRequest.Builder |
clone() |
String |
getAccessToken()
OAuth 2.0 token for the current user.
|
String |
getCallback()
Name of the JavaScript callback function that handles the response.
|
String |
getFields()
Selector specifying a subset of fields to include in the response.
|
String |
getKey()
API key.
|
String |
getLicense()
Name of the License resource to return.
|
String |
getPrettyPrint()
Returns response with indentations and line breaks.
|
String |
getQuotaUser()
Alternative to userIp.
|
String |
getUserIp()
IP address of the end user for whom the API call is being made.
|
GetLicenseHttpRequest.Builder |
mergeFrom(GetLicenseHttpRequest other) |
GetLicenseHttpRequest.Builder |
setAccessToken(String access_token)
OAuth 2.0 token for the current user.
|
GetLicenseHttpRequest.Builder |
setCallback(String callback)
Name of the JavaScript callback function that handles the response.
|
GetLicenseHttpRequest.Builder |
setFields(String fields)
Selector specifying a subset of fields to include in the response.
|
GetLicenseHttpRequest.Builder |
setKey(String key)
API key.
|
GetLicenseHttpRequest.Builder |
setLicense(String license)
Name of the License resource to return.
|
GetLicenseHttpRequest.Builder |
setPrettyPrint(String prettyPrint)
Returns response with indentations and line breaks.
|
GetLicenseHttpRequest.Builder |
setQuotaUser(String quotaUser)
Alternative to userIp.
|
GetLicenseHttpRequest.Builder |
setUserIp(String userIp)
IP address of the end user for whom the API call is being made.
|
public GetLicenseHttpRequest.Builder mergeFrom(GetLicenseHttpRequest other)
public String getAccessToken()
public GetLicenseHttpRequest.Builder setAccessToken(String access_token)
public String getCallback()
public GetLicenseHttpRequest.Builder setCallback(String callback)
public String getFields()
public GetLicenseHttpRequest.Builder setFields(String fields)
public String getKey()
public GetLicenseHttpRequest.Builder setKey(String key)
public String getLicense()
public GetLicenseHttpRequest.Builder setLicense(String license)
public String getPrettyPrint()
public GetLicenseHttpRequest.Builder setPrettyPrint(String prettyPrint)
public String getQuotaUser()
public GetLicenseHttpRequest.Builder setQuotaUser(String quotaUser)
public String getUserIp()
public GetLicenseHttpRequest.Builder setUserIp(String userIp)
public GetLicenseHttpRequest build()
public GetLicenseHttpRequest.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.