public static class BaseOAuthService.EndPoint extends Object
| Modifier and Type | Field and Description |
|---|---|
BaseOAuthService.Location |
location |
BaseOAuthService.Method |
method |
Uri |
url |
| Constructor and Description |
|---|
BaseOAuthService.EndPoint(Uri url,
BaseOAuthService.Method method,
BaseOAuthService.Location location) |
| Modifier and Type | Method and Description |
|---|---|
BaseOAuthService.Location |
getLocation() |
BaseOAuthService.Method |
getMethod() |
Uri |
getUrl() |
String |
toString(String element) |
public final Uri url
public final BaseOAuthService.Method method
public final BaseOAuthService.Location location
public BaseOAuthService.EndPoint(Uri url, BaseOAuthService.Method method, BaseOAuthService.Location location)
public Uri getUrl()
public BaseOAuthService.Method getMethod()
public BaseOAuthService.Location getLocation()
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.