public class Action extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Action.Builder |
static class |
Action.Type |
| Modifier and Type | Method and Description |
|---|---|
static Action.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getBody() |
String |
getIdpId() |
String |
getIdpName() |
Optional<String> |
getJiraKey() |
ZonedDateTime |
getRequestDate() |
Service |
getService() |
Settings |
getSettings() |
String |
getSpId() |
String |
getSpName() |
String |
getStatus() |
String |
getSubject() |
Action.Type |
getType() |
String |
getUserEmail() |
String |
getUserName() |
int |
hashCode() |
static Comparator<? super Action> |
sortByDateAsc()
get a Comparator that sorts by date ascending: newest first
|
String |
toString() |
Action.Builder |
unbuild() |
public String getUserName()
public String getBody()
public String getIdpId()
public String getSpId()
public String getIdpName()
public ZonedDateTime getRequestDate()
public Action.Type getType()
public String getStatus()
public String getUserEmail()
public String getSubject()
public Service getService()
public String getSpName()
public Settings getSettings()
public static Comparator<? super Action> sortByDateAsc()
public Action.Builder unbuild()
public static Action.Builder builder()
Copyright © 2012–2017 Pivotal Software, Inc.. All rights reserved.