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 |
connectWithoutInteraction() |
boolean |
equals(Object obj) |
String |
getBody() |
Consent |
getConsent() |
String |
getEmailContactPerson() |
String |
getEmailTo() |
String |
getIdpId() |
String |
getIdpName() |
Optional<String> |
getJiraKey() |
String |
getLoaLevel() |
String |
getPersonalMessage() |
ZonedDateTime |
getRequestDate() |
String |
getResolution() |
Service |
getService() |
Settings |
getSettings() |
Long |
getSpEid() |
String |
getSpId() |
String |
getSpName() |
String |
getStatus() |
String |
getSubject() |
Action.Type |
getType() |
String |
getTypeMetaData() |
ZonedDateTime |
getUpdateDate() |
String |
getUserEmail() |
String |
getUserName() |
int |
hashCode() |
boolean |
isRejected() |
boolean |
shouldSendEmail() |
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 getPersonalMessage()
public String getEmailContactPerson()
public String getIdpId()
public String getSpId()
public String getIdpName()
public Long getSpEid()
public String getTypeMetaData()
public ZonedDateTime getRequestDate()
public ZonedDateTime getUpdateDate()
public Action.Type getType()
public String getStatus()
public String getResolution()
public String getUserEmail()
public String getEmailTo()
public boolean shouldSendEmail()
public boolean connectWithoutInteraction()
public String getSubject()
public Service getService()
public String getSpName()
public Settings getSettings()
public boolean isRejected()
public Consent getConsent()
public String getLoaLevel()
public static Comparator<? super Action> sortByDateAsc()
public Action.Builder unbuild()
public static Action.Builder builder()
Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.