Klasse UpdateOrchActiveStatusOperationSpec
java.lang.Object
io.github.primelib.pagerduty4j.rest.spec.UpdateOrchActiveStatusOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateOrchActiveStatusOperationSpec
extends Object
UpdateOrchActiveStatusSpec
Specification for the UpdateOrchActiveStatus operation.
Update the Service Orchestration active status for a Service
-
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
UpdateOrchActiveStatusOperationSpec
(String serviceId, GetOrchActiveStatus200Response getOrchActiveStatus200Response) Constructs a validated instance ofUpdateOrchActiveStatusOperationSpec
.Constructs a validated instance ofUpdateOrchActiveStatusOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
@Nullable GetOrchActiveStatus200Response
Update Service Orchestration's active status.getOrchActiveStatus200Response
(@Nullable GetOrchActiveStatus200Response getOrchActiveStatus200Response) Update Service Orchestration's active status.int
hashCode()
@NotNull String
The service IDThe service IDtoString()
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
-
UpdateOrchActiveStatusOperationSpec
@Internal public UpdateOrchActiveStatusOperationSpec(Consumer<UpdateOrchActiveStatusOperationSpec> spec) Constructs a validated instance ofUpdateOrchActiveStatusOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateOrchActiveStatusOperationSpec
@Internal public UpdateOrchActiveStatusOperationSpec(String serviceId, GetOrchActiveStatus200Response getOrchActiveStatus200Response) Constructs a validated instance ofUpdateOrchActiveStatusOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
serviceId
- The service IDgetOrchActiveStatus200Response
- Update Service Orchestration's active status.
-
UpdateOrchActiveStatusOperationSpec
protected UpdateOrchActiveStatusOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateOrchActiveStatusOperationSpec.UpdateOrchActiveStatusOperationSpecBuilder builder() -
serviceId
The service ID -
getOrchActiveStatus200Response
Update Service Orchestration's active status. -
serviceId
The service ID- Gibt zurück:
this
.
-
getOrchActiveStatus200Response
public UpdateOrchActiveStatusOperationSpec getOrchActiveStatus200Response(@Nullable @Nullable GetOrchActiveStatus200Response getOrchActiveStatus200Response) Update Service Orchestration's active status.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-