Class PasswordDescription.Builder

Enclosing class:
PasswordDescription

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