| Package | Description |
|---|---|
| eu.fispace.api.admin |
This package contains the classes that describe the format of the messages that
the FIspace Store and SDK components will exchange with:
SDI
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationType |
NotificationInfo.type |
| Modifier and Type | Method and Description |
|---|---|
static NotificationType |
NotificationType.fromValue(String v) |
NotificationType |
NotificationInfo.getType()
Obtiene el valor de la propiedad type.
|
static NotificationType |
NotificationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationType[] |
NotificationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NotificationInfo.setType(NotificationType value)
Define el valor de la propiedad type.
|
NotificationInfo |
NotificationInfo.withType(NotificationType value) |
Copyright © 2015. All Rights Reserved.