Modifier and Type | Method and Description |
---|---|
static EventCategory |
EventCategory.getAnniversary()
Anniversary
|
static EventCategory |
EventCategory.getBirthday()
Birthday
|
EventCategory |
CustomerEvent.getCategory()
Gets or sets an object category
|
static EventCategory |
EventCategory.getCustom()
Custom description
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventCategory.equals(EventCategory other)
Determines whether the specified object is equal to the current object.
|
static boolean |
EventCategory.op_Equality(EventCategory a,
EventCategory b)
Determines whether the specified objects are equal.
|
static boolean |
EventCategory.op_Inequality(EventCategory a,
EventCategory b)
Determines whether the specified objects are not equal.
|
void |
CustomerEvent.setCategory(EventCategory value)
Gets or sets an object category
|