Klasse EmailParser
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.EmailParser
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class EmailParser
extends Object
EmailParser
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic enum
static class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected EmailParser.ActionEnum
protected MatchPredicate
protected Set<EmailParserValueExtractorsInner>
Additional values that will be pulled in to the Incident object. -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
EmailParser
(EmailParser.ActionEnum action, MatchPredicate matchPredicate, Set<EmailParserValueExtractorsInner> valueExtractors) Constructs a validated instance ofEmailParser
.EmailParser
(Consumer<EmailParser> spec) Constructs a validated instance ofEmailParser
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaction()
action
(EmailParser.ActionEnum action) builder()
protected boolean
boolean
int
hashCode()
matchPredicate
(MatchPredicate matchPredicate) toString()
Additional values that will be pulled in to the Incident object.valueExtractors
(Set<EmailParserValueExtractorsInner> valueExtractors) Additional values that will be pulled in to the Incident object.
-
Felddetails
-
action
-
matchPredicate
-
valueExtractors
Additional values that will be pulled in to the Incident object. Exactly one value extractor must have avalue_name
ofincident_key
.
-
-
Konstruktordetails
-
EmailParser
Constructs a validated instance ofEmailParser
.- Parameter:
spec
- the specification to process
-
EmailParser
@Internal public EmailParser(EmailParser.ActionEnum action, MatchPredicate matchPredicate, Set<EmailParserValueExtractorsInner> valueExtractors) Constructs a validated instance ofEmailParser
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
EmailParser(Consumer)
instead.- Parameter:
action
- actionmatchPredicate
- matchPredicatevalueExtractors
- Additional values that will be pulled in to the Incident object. Exactly one value extractor must have avalue_name
ofincident_key
.
-
EmailParser
protected EmailParser()
-
-
Methodendetails
-
builder
-
action
-
matchPredicate
-
valueExtractors
Additional values that will be pulled in to the Incident object. Exactly one value extractor must have avalue_name
ofincident_key
. -
action
- Gibt zurück:
this
.
-
matchPredicate
- Gibt zurück:
this
.
-
valueExtractors
Additional values that will be pulled in to the Incident object. Exactly one value extractor must have avalue_name
ofincident_key
.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-