Uses of Class
com.hp.lft.sdk.java.MenuDescription.Init
Packages that use MenuDescription.Init
-
Uses of MenuDescription.Init in com.hp.lft.sdk.java
Classes in com.hp.lft.sdk.java with type parameters of type MenuDescription.InitModifier and TypeClassDescriptionprotected static class
MenuDescription.Init<T extends MenuDescription.Init<T>>
Helper class for MenuDescription.Builder.Subclasses of MenuDescription.Init in com.hp.lft.sdk.javaModifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the MenuDescription class using the builder pattern.Constructors in com.hp.lft.sdk.java with parameters of type MenuDescription.InitModifierConstructorDescriptionprotected
MenuDescription
(MenuDescription.Init<?> init) Initializes a new instance of the MenuDescription class using the Builder pattern.