Package com.hp.lft.sdk.oracle
Class NotificationDescription.Init<T extends NotificationDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.oracle.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.oracle.NotificationDescription.Init<T>
- Direct Known Subclasses:
- NotificationDescription.Builder
- Enclosing class:
- NotificationDescription
protected abstract static class NotificationDescription.Init<T extends NotificationDescription.Init<T>>
extends UiObjectBaseDescription.Init<T>
Helper class for NotificationDescription.Builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).classPath(StringProperty classPath) Initializes the notification's classPath.Initializes the notification's classPath.Indicates whether the object is enable.message(StringProperty message) Initializes the notification's message.Initializes the notification's message.title(StringProperty title) Initializes the notification's title.Initializes the notification's title.type(NotificationType type) Initializes the type of a notification.Methods inherited from class com.hp.lft.sdk.oracle.UiObjectBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, location, location, location, objectType, objectType, size, size, sizeMethods inherited from class com.hp.lft.sdk.DescriptionBase.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- DescriptionBase.Init<T extends NotificationDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
typeInitializes the type of a notification. Possible values:NotificationType- Parameters:
- type- the type of notification. Possible values:- NotificationType
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
titleInitializes the notification's title.- Parameters:
- title- the window title.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
titleInitializes the notification's title.- Parameters:
- title- the window title.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
messageInitializes the notification's message.- Parameters:
- message- the text of the displayed message.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
messageInitializes the notification's message.- Parameters:
- message- the text of the displayed message.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
classPathInitializes the notification's classPath.- Parameters:
- classPath- the hierarchy of the object's Oracle class.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
classPathInitializes the notification's classPath.- Parameters:
- classPath- the hierarchy of the object's Oracle class.
- Returns:
- the description instance with the update state (builder pattern).
 
- 
enabledIndicates whether the object is enable.- Parameters:
- enabled- true to set as enabled.
- Returns:
- the description instance with the update state (builder pattern).
 
 
-