Class DefaultShareScope
java.lang.Object
io.github.primelib.jira4j.restv2.model.DefaultShareScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DefaultShareScope
extends Object
DefaultShareScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The scope of the default sharing for new filters and dashboards: *AUTHENTICATED
Shared with all logged-in users. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultShareScope.ScopeEnum
The scope of the default sharing for new filters and dashboards: *AUTHENTICATED
Shared with all logged-in users. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofDefaultShareScope
.Constructs a validated instance ofDefaultShareScope
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
scope()
The scope of the default sharing for new filters and dashboards: *AUTHENTICATED
Shared with all logged-in users.scope
(DefaultShareScope.ScopeEnum scope) The scope of the default sharing for new filters and dashboards: *AUTHENTICATED
Shared with all logged-in users.toString()
-
Field Details
-
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 asAUTHENTICATED
in the response. *PRIVATE
Not shared with any users.
-
-
Constructor Details
-
DefaultShareScope
Constructs a validated instance ofDefaultShareScope
.- Parameters:
spec
- the specification to process
-
DefaultShareScope
protected DefaultShareScope()
-
-
Method Details
-
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 asAUTHENTICATED
in the response. *PRIVATE
Not shared with any users. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-