public class Account extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CURRENT_ID |
static org.springframework.web.util.UriTemplate |
LOGIN_TEMPLATE |
static String |
LOGIN_URI |
static org.springframework.web.util.UriTemplate |
TEMPLATE |
static String |
URI |
| Constructor and Description |
|---|
Account(String firstName,
String lastName,
com.gooddata.account.Account.Links links) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFirstName() |
String |
getId() |
String |
getLastName() |
String |
getProjectsLink() |
String |
getUri() |
public static final String URI
public static final org.springframework.web.util.UriTemplate TEMPLATE
public static final String LOGIN_URI
public static final org.springframework.web.util.UriTemplate LOGIN_TEMPLATE
public static final String CURRENT_ID
Copyright © 2015. All Rights Reserved.