Klasse DefaultShareScope

java.lang.Object
io.github.primelib.jira4j.restv2.model.DefaultShareScope

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class DefaultShareScope extends Object
DefaultShareScope
  • Felddetails

    • scope

      protected DefaultShareScope.ScopeEnum scope
      The scope of the default sharing for new filters and dashboards: * AUTHENTICATED Shared with all logged-in users. * GLOBAL Shared with all logged-in users. This shows as AUTHENTICATED in the response. * PRIVATE Not shared with any users.
  • Konstruktordetails

    • DefaultShareScope

      public DefaultShareScope(Consumer<DefaultShareScope> spec)
      Constructs a validated instance of DefaultShareScope.
      Parameter:
      spec - the specification to process
    • DefaultShareScope

      @Internal public DefaultShareScope(DefaultShareScope.ScopeEnum scope)
      Constructs a validated instance of DefaultShareScope.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using DefaultShareScope(Consumer) instead.

      Parameter:
      scope - The scope of the default sharing for new filters and dashboards: * AUTHENTICATED Shared with all logged-in users. * GLOBAL Shared with all logged-in users. This shows as AUTHENTICATED in the response. * PRIVATE Not shared with any users.
    • DefaultShareScope

      protected DefaultShareScope()
  • Methodendetails

    • builder

    • scope

      The scope of the default sharing for new filters and dashboards: * AUTHENTICATED Shared with all logged-in users. * GLOBAL Shared with all logged-in users. This shows as AUTHENTICATED in the response. * PRIVATE Not shared with any users.
    • scope

      The scope of the default sharing for new filters and dashboards: * AUTHENTICATED Shared with all logged-in users. * GLOBAL Shared with all logged-in users. This shows as AUTHENTICATED in the response. * PRIVATE Not shared with any users.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

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