| 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 AppSetType |
AppAvailabilityResponse.availability |
protected AppSetType |
AppAvailabilityRequest.availability |
| Modifier and Type | Method and Description |
|---|---|
AppSetType |
ObjectFactory.createAppSetType()
Create an instance of
AppSetType |
AppSetType |
AppAvailabilityResponse.getAvailability()
Obtiene el valor de la propiedad availability.
|
AppSetType |
AppAvailabilityRequest.getAvailability()
Obtiene el valor de la propiedad availability.
|
AppSetType |
AppSetType.withAppList(Collection<String> values) |
AppSetType |
AppSetType.withAppList(String... values) |
AppSetType |
AppSetType.withAppNotAvailable(Collection<String> values) |
AppSetType |
AppSetType.withAppNotAvailable(String... values) |
AppSetType |
AppSetType.withAppNotFound(Collection<String> values) |
AppSetType |
AppSetType.withAppNotFound(String... values) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppAvailabilityResponse.setAvailability(AppSetType value)
Define el valor de la propiedad availability.
|
void |
AppAvailabilityRequest.setAvailability(AppSetType value)
Define el valor de la propiedad availability.
|
AppAvailabilityResponse |
AppAvailabilityResponse.withAvailability(AppSetType value) |
AppAvailabilityRequest |
AppAvailabilityRequest.withAvailability(AppSetType value) |
Copyright © 2015. All Rights Reserved.