- All Superinterfaces:
Prototype.Api
- All Known Implementing Classes:
DeActivationRequest.BuilderBase.DeActivationRequestImpl
Request to deactivate a
ServiceProvider.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classFluent API builder forDeActivationRequest.static classDeActivationRequest.BuilderBase<BUILDER extends DeActivationRequest.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends DeActivationRequest> Fluent API builder base forDeActivationRequest. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeActivationRequest.Builderbuilder()Create a new fluent API builder to customize configuration.static DeActivationRequest.Builderbuilder(DeActivationRequest instance) Create a new fluent API builder from an existing instance.static DeActivationRequestcreate()Create a new instance with default values.booleanWhether to throw an exception on failure, or return it as part of the result.
-
Method Details
-
builder
Create a new fluent API builder to customize configuration.- Returns:
- a new builder
-
builder
Create a new fluent API builder from an existing instance.- Parameters:
instance- an existing instance used as a base for the builder- Returns:
- a builder based on an instance
-
create
Create a new instance with default values.- Returns:
- a new instance
-
throwIfError
boolean throwIfError()Whether to throw an exception on failure, or return it as part of the result.- Returns:
- throw on failure
-