Klasse IncidentWorkflowActionAllOfInputs
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.IncidentWorkflowActionAllOfInputs
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IncidentWorkflowActionAllOfInputs
extends Object
IncidentWorkflowActionAllOfInputs
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
static enum
The data type of this Input -
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected Boolean
protected String
The configured value of the Inputprotected String
Serialized form of the default value that the input will takeprotected String
Describes what the purpose of the Inputprotected Boolean
If true then this input will not be shown to users when configuring this actionprotected Boolean
Whether a value must be provided for this inputprotected String
protected String
The name of the InputThe data type of this Input -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
IncidentWorkflowActionAllOfInputs
(String name, String description, IncidentWorkflowActionAllOfInputs.TypeEnum type, String defaultValue, Boolean isRequired, Boolean isHidden, Boolean advanced, String metadata, String connectionTypeId) Constructs a validated instance ofIncidentWorkflowActionAllOfInputs
.Constructs a validated instance ofIncidentWorkflowActionAllOfInputs
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungadvanced()
builder()
protected boolean
The configured value of the InputconnectionTypeId
(String connectionTypeId) The configured value of the InputSerialized form of the default value that the input will takedefaultValue
(String defaultValue) Serialized form of the default value that the input will takeDescribes what the purpose of the Inputdescription
(String description) Describes what the purpose of the Inputboolean
int
hashCode()
isHidden()
If true then this input will not be shown to users when configuring this actionIf true then this input will not be shown to users when configuring this actionWhether a value must be provided for this inputisRequired
(Boolean isRequired) Whether a value must be provided for this inputmetadata()
name()
The name of the InputThe name of the InputtoString()
type()
The data type of this InputThe data type of this Input
-
Felddetails
-
name
The name of the Input -
description
Describes what the purpose of the Input -
type
The data type of this Input -
defaultValue
Serialized form of the default value that the input will take -
isRequired
Whether a value must be provided for this input -
isHidden
If true then this input will not be shown to users when configuring this action -
advanced
-
metadata
-
connectionTypeId
The configured value of the Input
-
-
Konstruktordetails
-
IncidentWorkflowActionAllOfInputs
Constructs a validated instance ofIncidentWorkflowActionAllOfInputs
.- Parameter:
spec
- the specification to process
-
IncidentWorkflowActionAllOfInputs
@Internal public IncidentWorkflowActionAllOfInputs(String name, String description, IncidentWorkflowActionAllOfInputs.TypeEnum type, String defaultValue, Boolean isRequired, Boolean isHidden, Boolean advanced, String metadata, String connectionTypeId) Constructs a validated instance ofIncidentWorkflowActionAllOfInputs
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IncidentWorkflowActionAllOfInputs(Consumer)
instead.- Parameter:
name
- The name of the Inputdescription
- Describes what the purpose of the Inputtype
- The data type of this InputdefaultValue
- Serialized form of the default value that the input will takeisRequired
- Whether a value must be provided for this inputisHidden
- If true then this input will not be shown to users when configuring this actionadvanced
- advancedmetadata
- metadataconnectionTypeId
- The configured value of the Input
-
IncidentWorkflowActionAllOfInputs
protected IncidentWorkflowActionAllOfInputs()
-
-
Methodendetails
-
builder
-
name
The name of the Input -
description
Describes what the purpose of the Input -
type
The data type of this Input -
defaultValue
Serialized form of the default value that the input will take -
isRequired
Whether a value must be provided for this input -
isHidden
If true then this input will not be shown to users when configuring this action -
advanced
-
metadata
-
connectionTypeId
The configured value of the Input -
name
The name of the Input- Gibt zurück:
this
.
-
description
Describes what the purpose of the Input- Gibt zurück:
this
.
-
type
The data type of this Input- Gibt zurück:
this
.
-
defaultValue
Serialized form of the default value that the input will take- Gibt zurück:
this
.
-
isRequired
Whether a value must be provided for this input- Gibt zurück:
this
.
-
isHidden
If true then this input will not be shown to users when configuring this action- Gibt zurück:
this
.
-
advanced
- Gibt zurück:
this
.
-
metadata
- Gibt zurück:
this
.
-
connectionTypeId
The configured value of the Input- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-