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.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedUpdateLogEntryChannelOperationSpec(String id, String from, UpdateLogEntryChannelRequest updateLogEntryChannelRequest) Constructs a validated instance ofUpdateLogEntryChannelOperationSpec.Constructs a validated instance ofUpdateLogEntryChannelOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected 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 instance ofUpdateLogEntryChannelOperationSpec.- Parameter:
spec- the specification to process
-
UpdateLogEntryChannelOperationSpec
@Internal public UpdateLogEntryChannelOperationSpec(String id, String from, UpdateLogEntryChannelRequest updateLogEntryChannelRequest) Constructs a validated instance ofUpdateLogEntryChannelOperationSpec.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.updateLogEntryChannelRequest- The log entry channel to be updated.
-
UpdateLogEntryChannelOperationSpec
protected UpdateLogEntryChannelOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateLogEntryChannelOperationSpec.UpdateLogEntryChannelOperationSpecBuilder builder() -
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
-