Interface SPlatformUpdateBuilder
-
- All Known Implementing Classes:
SPlatformUpdateBuilderImpl
public interface SPlatformUpdateBuilder- Author:
- Haroun EL ALAMI
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringAPPLICATION_VERSIONstatic java.lang.StringMAINTENANCE_MESSAGEstatic java.lang.StringMAINTENANCE_MESSAGE_ACTIVE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EntityUpdateDescriptordone()SPlatformUpdateBuildersetApplicationVersion(java.lang.String version)SPlatformUpdateBuildersetMaintenanceMessage(java.lang.String name)SPlatformUpdateBuildersetMaintenanceMessageActive(boolean state)
-
-
-
Field Detail
-
APPLICATION_VERSION
static final java.lang.String APPLICATION_VERSION
- See Also:
- Constant Field Values
-
MAINTENANCE_MESSAGE
static final java.lang.String MAINTENANCE_MESSAGE
- See Also:
- Constant Field Values
-
MAINTENANCE_MESSAGE_ACTIVE
static final java.lang.String MAINTENANCE_MESSAGE_ACTIVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setApplicationVersion
SPlatformUpdateBuilder setApplicationVersion(java.lang.String version)
-
setMaintenanceMessageActive
SPlatformUpdateBuilder setMaintenanceMessageActive(boolean state)
-
setMaintenanceMessage
SPlatformUpdateBuilder setMaintenanceMessage(java.lang.String name)
-
done
EntityUpdateDescriptor done()
-
-