public class TaskEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskEvent.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TaskEvent.Builder |
builder(String id) |
static TaskEvent |
fulfilByRemoval(String id) |
String |
getChoice() |
Date |
getExpirationDate() |
String |
getId() |
boolean |
hasChoice() |
boolean |
isFulfillmentByRemoval() |
boolean |
isFulfilNotExistingCondition() |
static TaskEvent |
newEvent(String id) |
String |
toString() |
public String getId()
public Date getExpirationDate()
public String getChoice()
public boolean hasChoice()
public boolean isFulfilNotExistingCondition()
public boolean isFulfillmentByRemoval()
public static TaskEvent.Builder builder(String id)
Copyright © 2017 SAP SE. All Rights Reserved.