com.google.api.client.googleapis.auth.oauth
Class GoogleOAuthDomainWideDelegation.Url
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.http.GenericUrl
com.google.api.client.googleapis.GoogleUrl
com.google.api.client.googleapis.auth.oauth.GoogleOAuthDomainWideDelegation.Url
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
- Enclosing class:
- GoogleOAuthDomainWideDelegation
public static final class GoogleOAuthDomainWideDelegation.Url
- extends GoogleUrl
Generic URL that extends GoogleUrl
and also provides the requestorId
parameter.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Field Summary |
String |
requestorId
Email address of the user whose data you are trying to access. |
Methods inherited from class com.google.api.client.googleapis.GoogleUrl |
clone, getAlt, getFields, getKey, getPrettyPrint, getUserIp, setAlt, setFields, setKey, setPrettyPrint, setUserIp |
Methods inherited from class com.google.api.client.http.GenericUrl |
appendRawPath, build, equals, getAll, getFirst, getFragment, getHost, getPathParts, getPort, getRawPath, getScheme, hashCode, setFragment, setHost, setPathParts, setPort, setRawPath, setScheme, toPathParts, toString |
requestorId
public String requestorId
- Email address of the user whose data you are trying to access.
GoogleOAuthDomainWideDelegation.Url
public GoogleOAuthDomainWideDelegation.Url(String encodedUrl)
- Parameters:
encodedUrl
- encoded URL, including any existing query parameters that should be parsed
Copyright © 2010-2012 Google. All Rights Reserved.