java.lang.Object
com.dabsquared.gitlabjenkins.gitlab.api.model.builder.generated.NamespaceBuilder
All Implemented Interfaces:
Cloneable

@Generated("PojoBuilder") public class NamespaceBuilder extends Object implements Cloneable
  • Field Details Link icon

    • self Link icon

      protected NamespaceBuilder self
    • value$path$java$lang$String Link icon

      protected String value$path$java$lang$String
    • isSet$path$java$lang$String Link icon

      protected boolean isSet$path$java$lang$String
  • Constructor Details Link icon

  • Method Details Link icon

    • namespace Link icon

      public static NamespaceBuilder namespace()
      Factory Method to construct a NamespaceBuilder
      Returns:
      a new NamespaceBuilder
    • withPath Link icon

      public NamespaceBuilder withPath(String value)
      Sets the default value for the path property.
      Parameters:
      value - the default value
      Returns:
      this builder
    • clone Link icon

      @GwtIncompatible public Object clone()
      Returns a clone of this builder.
      Overrides:
      clone in class Object
      Returns:
      the clone
    • but Link icon

      @GwtIncompatible public NamespaceBuilder but()
      Returns a clone of this builder.
      Returns:
      the clone
    • build Link icon

      public Namespace build()
      Creates a new Namespace based on this builder's settings.
      Returns:
      the created Namespace