Klasse UpdateResponsePlayOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.UpdateResponsePlayOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateResponsePlayOperationSpec
extends Object
UpdateResponsePlaySpec
Specification for the UpdateResponsePlay operation.
Update a Response Play
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
UpdateResponsePlayOperationSpec
(String id, String from, CreateResponsePlayRequest createResponsePlayRequest) Constructs a validated instance ofUpdateResponsePlayOperationSpec
.Constructs a validated instance ofUpdateResponsePlayOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
@Nullable CreateResponsePlayRequest
The Response Play to be updated.createResponsePlayRequest
(@Nullable CreateResponsePlayRequest createResponsePlayRequest) The Response Play to be updated.boolean
@NotNull String
from()
The email address of a valid user associated with the account making the request.The email address of a valid user associated with the account making the request.int
hashCode()
@NotNull String
id()
The ID of the resource.The ID of the resource.toString()
void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
UpdateResponsePlayOperationSpec
Constructs a validated instance ofUpdateResponsePlayOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateResponsePlayOperationSpec
@Internal public UpdateResponsePlayOperationSpec(String id, String from, CreateResponsePlayRequest createResponsePlayRequest) Constructs a validated instance ofUpdateResponsePlayOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
id
- The ID of the resource.from
- The email address of a valid user associated with the account making the request.createResponsePlayRequest
- The Response Play to be updated.
-
UpdateResponsePlayOperationSpec
protected UpdateResponsePlayOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
id
The ID of the resource. -
from
The email address of a valid user associated with the account making the request. -
createResponsePlayRequest
The Response Play to be updated. -
id
The ID of the resource.- Gibt zurück:
this
.
-
from
The email address of a valid user associated with the account making the request.- Gibt zurück:
this
.
-
createResponsePlayRequest
public UpdateResponsePlayOperationSpec createResponsePlayRequest(@Nullable @Nullable CreateResponsePlayRequest createResponsePlayRequest) The Response Play to be updated.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-