Klasse UpdateLogEntryChannelOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.UpdateLogEntryChannelOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateLogEntryChannelOperationSpec
extends Object
UpdateLogEntryChannelSpec
Specification for the UpdateLogEntryChannel operation.
Update log entry channel information.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofUpdateLogEntryChannelOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanboolean@NotNull Stringfrom()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.inthashCode()@NotNull Stringid()The ID of the resource.The ID of the resource.toString()@Nullable UpdateLogEntryChannelRequestThe log entry channel to be updated.updateLogEntryChannelRequest(@Nullable UpdateLogEntryChannelRequest updateLogEntryChannelRequest) The log entry channel to be updated.voidvalidate()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
-
UpdateLogEntryChannelOperationSpec
@Internal public UpdateLogEntryChannelOperationSpec(Consumer<UpdateLogEntryChannelOperationSpec> spec) Constructs a validated implementation ofUpdateLogEntryChannelOperationSpec.- Parameter:
spec- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
id
The ID of the resource. -
from
The email address of a valid user associated with the account making the request. -
updateLogEntryChannelRequest
The log entry channel 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.
-
updateLogEntryChannelRequest
public UpdateLogEntryChannelOperationSpec updateLogEntryChannelRequest(@Nullable @Nullable UpdateLogEntryChannelRequest updateLogEntryChannelRequest) The log entry channel to be updated.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-