Klasse CustomFieldsEditableFieldOptionData
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.CustomFieldsEditableFieldOptionData
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldsEditableFieldOptionData
extends Object
CustomFieldsEditableFieldOptionData
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
static enum
The kind of data represented by this option. -
Feldübersicht
Modifizierer und TypFeldBeschreibungThe kind of data represented by this option.protected String
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
CustomFieldsEditableFieldOptionData
(CustomFieldsEditableFieldOptionData.DataTypeEnum dataType, String value) Constructs a validated instance ofCustomFieldsEditableFieldOptionData
.Constructs a validated instance ofCustomFieldsEditableFieldOptionData
. -
Methodenübersicht
-
Felddetails
-
dataType
The kind of data represented by this option. Must match the Field'sdata_type
. -
value
-
-
Konstruktordetails
-
CustomFieldsEditableFieldOptionData
Constructs a validated instance ofCustomFieldsEditableFieldOptionData
.- Parameter:
spec
- the specification to process
-
CustomFieldsEditableFieldOptionData
@Internal public CustomFieldsEditableFieldOptionData(CustomFieldsEditableFieldOptionData.DataTypeEnum dataType, String value) Constructs a validated instance ofCustomFieldsEditableFieldOptionData
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldsEditableFieldOptionData(Consumer)
instead.- Parameter:
dataType
- The kind of data represented by this option. Must match the Field'sdata_type
.value
- value
-
CustomFieldsEditableFieldOptionData
protected CustomFieldsEditableFieldOptionData()
-
-
Methodendetails
-
builder
public static CustomFieldsEditableFieldOptionData.CustomFieldsEditableFieldOptionDataBuilder builder() -
dataType
The kind of data represented by this option. Must match the Field'sdata_type
. -
value
-
dataType
public CustomFieldsEditableFieldOptionData dataType(CustomFieldsEditableFieldOptionData.DataTypeEnum dataType) The kind of data represented by this option. Must match the Field'sdata_type
.- Gibt zurück:
this
.
-
value
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-