Klasse Visibility.VisibilityBuilder

java.lang.Object
io.github.primelib.jira4j.restv2.model.Visibility.VisibilityBuilder
Umschließende Klasse:
Visibility

public static class Visibility.VisibilityBuilder extends Object
  • Methodendetails

    • identifier

      public Visibility.VisibilityBuilder identifier(String identifier)
      The ID of the group or the name of the role that visibility of this item is restricted to.
      Gibt zurück:
      this.
    • type

      Whether visibility of this item is restricted to a group or role.
      Gibt zurück:
      this.
    • value

      public Visibility.VisibilityBuilder value(String value)
      The name of the group or role that visibility of this item is restricted to. Please note that the name of a group is mutable, to reliably identify a group use identifier.
      Gibt zurück:
      this.
    • build

      public Visibility build()
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object