Class KeywordOperand
java.lang.Object
io.github.primelib.jira4j.restv2.model.KeywordOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class KeywordOperand
extends Object
KeywordOperand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe keyword that is the operand value.static class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected KeywordOperand.KeywordEnumThe keyword that is the operand value. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedKeywordOperand(KeywordOperand.KeywordEnum keyword) Constructs a validated instance ofKeywordOperand.KeywordOperand(Consumer<KeywordOperand> spec) Constructs a validated instance ofKeywordOperand. -
Method Summary
-
Field Details
-
keyword
The keyword that is the operand value.
-
-
Constructor Details
-
KeywordOperand
Constructs a validated instance ofKeywordOperand.- Parameters:
spec- the specification to process
-
KeywordOperand
Constructs a validated instance ofKeywordOperand.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
KeywordOperand(Consumer)instead.- Parameters:
keyword- The keyword that is the operand value.
-
KeywordOperand
protected KeywordOperand()
-
-
Method Details