public class Identity extends BaseDataSiftResult
| Modifier and Type | Class and Description |
|---|---|
static class |
Identity.IdentityStatus |
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiKey |
protected long |
createdAt |
protected long |
expiresAt |
protected String |
id |
protected String |
label |
protected boolean |
master |
protected Identity.IdentityStatus |
status |
protected long |
updatedAt |
error, response| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
String |
apiKey() |
long |
createdAt() |
Date |
createdAtAsDate() |
long |
expiresAt() |
Date |
expiresAtAsDate() |
String |
id() |
boolean |
isMaster() |
String |
label() |
Identity.IdentityStatus |
status() |
long |
updatedAt() |
Date |
updatedAtAsDate() |
failed, failureCause, getError, getResponse, isAuthorizationSuccesful, isSuccessful, rateLimit, rateLimitCost, rateLimitRemaining, setResponse, successful, toStringprotected String id
protected String apiKey
protected String label
protected Identity.IdentityStatus status
protected boolean master
protected long createdAt
protected long updatedAt
protected long expiresAt
public String id()
public String apiKey()
public String label()
public Identity.IdentityStatus status()
public boolean isMaster()
public long createdAt()
public long updatedAt()
public long expiresAt()
public Date createdAtAsDate()
public Date updatedAtAsDate()
public Date expiresAtAsDate()
Copyright © 2015. All Rights Reserved.