com.hp.lft.sdk.wpf

Class LinkDescription.Builder

  • Enclosing class:
    LinkDescription


    public static class LinkDescription.Builder
    extends LinkDescription.Init<LinkDescription.Builder>
    This class can be used to construct an instance of the LinkDescription class using the builder pattern.
    Usage example: LinkDescription description = new LinkDescription.Builder().name("some name").parentText("some text").build();