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

    • self

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

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

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

  • Method Details

    • namespace

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

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

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

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

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