com.hp.lft.sdk.web

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().href("some href").tagName("some tag").build();