Class DefaultShareScope
java.lang.Object
io.github.primelib.jira4j.restv3.model.DefaultShareScope
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DefaultShareScope
extends Object
DefaultShareScope
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe scope of the default sharing for new filters and dashboards: *AUTHENTICATEDShared with all logged-in users. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DefaultShareScope.ScopeEnumThe scope of the default sharing for new filters and dashboards: *AUTHENTICATEDShared with all logged-in users. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a validated instance ofDefaultShareScope.Constructs a validated instance ofDefaultShareScope. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleaninthashCode()scope()The scope of the default sharing for new filters and dashboards: *AUTHENTICATEDShared with all logged-in users.scope(DefaultShareScope.ScopeEnum scope) The scope of the default sharing for new filters and dashboards: *AUTHENTICATEDShared with all logged-in users.toString()
-
Field Details
-
scope
The scope of the default sharing for new filters and dashboards: *AUTHENTICATEDShared with all logged-in users. *GLOBALShared with all logged-in users. This shows asAUTHENTICATEDin the response. *PRIVATENot 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: *AUTHENTICATEDShared with all logged-in users. *GLOBALShared with all logged-in users. This shows asAUTHENTICATEDin the response. *PRIVATENot shared with any users. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-