Klasse Field
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.Field
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Field
extends Object
Field
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic enum
The kind of data the template field is allowed to contain.static class
static enum
The type of template field. -
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected Field.DataTypeEnum
The kind of data the template field is allowed to contain.protected String
The default value of the template field.protected String
A short description of the template field.protected FieldDomainName
protected String
An example value for the template field.protected String
protected String
A short summary of the template field.protected Field.TypeEnum
The type of template field. -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
Field()
Field
(Field.DataTypeEnum dataType, String defaultValue, String description, FieldDomainName domainName, String example, String keyword, String summary, Field.TypeEnum type) Constructs a validated instance ofField
.Constructs a validated instance ofField
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Field.FieldBuilder
builder()
protected boolean
dataType()
The kind of data the template field is allowed to contain.dataType
(Field.DataTypeEnum dataType) The kind of data the template field is allowed to contain.The default value of the template field.defaultValue
(String defaultValue) The default value of the template field.A short description of the template field.description
(String description) A short description of the template field.domainName
(FieldDomainName domainName) boolean
example()
An example value for the template field.An example value for the template field.int
hashCode()
keyword()
summary()
A short summary of the template field.A short summary of the template field.toString()
type()
The type of template field.type
(Field.TypeEnum type) The type of template field.
-
Felddetails
-
dataType
The kind of data the template field is allowed to contain. -
defaultValue
The default value of the template field. -
description
A short description of the template field. -
domainName
-
example
An example value for the template field. -
keyword
-
summary
A short summary of the template field. -
type
The type of template field.
-
-
Konstruktordetails
-
Field
Constructs a validated instance ofField
.- Parameter:
spec
- the specification to process
-
Field
@Internal public Field(Field.DataTypeEnum dataType, String defaultValue, String description, FieldDomainName domainName, String example, String keyword, String summary, Field.TypeEnum type) Constructs a validated instance ofField
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Field(Consumer)
instead.- Parameter:
dataType
- The kind of data the template field is allowed to contain.defaultValue
- The default value of the template field.description
- A short description of the template field.domainName
- domainNameexample
- An example value for the template field.keyword
- keywordsummary
- A short summary of the template field.type
- The type of template field.
-
Field
protected Field()
-
-
Methodendetails
-
builder
-
dataType
The kind of data the template field is allowed to contain. -
defaultValue
The default value of the template field. -
description
A short description of the template field. -
domainName
-
example
An example value for the template field. -
keyword
-
summary
A short summary of the template field. -
type
The type of template field. -
dataType
The kind of data the template field is allowed to contain.- Gibt zurück:
this
.
-
defaultValue
The default value of the template field.- Gibt zurück:
this
.
-
description
A short description of the template field.- Gibt zurück:
this
.
-
domainName
- Gibt zurück:
this
.
-
example
An example value for the template field.- Gibt zurück:
this
.
-
keyword
- Gibt zurück:
this
.
-
summary
A short summary of the template field.- Gibt zurück:
this
.
-
type
The type of template field.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-