Interface ContractCaseCoreSetup
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ContractCaseCoreSetup.Jsii$Proxy
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)", date="2025-08-20T01:46:20.833Z") @Stability(Stable) public interface ContractCaseCoreSetup extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classContractCaseCoreSetup.BuilderA builder forContractCaseCoreSetupstatic classContractCaseCoreSetup.Jsii$ProxyAn implementation forContractCaseCoreSetup
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ContractCaseCoreSetup.Builderbuilder()ContractCaseCoreBehaviourgetRead()Defines how the ContractCase core will behave when reading (ie, verifying) a interaction of this type.ContractCaseCoreBehaviourgetWrite()Defines how the ContractCase core will behave when writing (ie, defining) an interaction of this type.
-
-
-
Method Detail
-
getRead
@Stability(Stable) @NotNull ContractCaseCoreBehaviour getRead()
Defines how the ContractCase core will behave when reading (ie, verifying) a interaction of this type.
-
getWrite
@Stability(Stable) @NotNull ContractCaseCoreBehaviour getWrite()
Defines how the ContractCase core will behave when writing (ie, defining) an interaction of this type.
-
builder
@Stability(Stable) static ContractCaseCoreSetup.Builder builder()
- Returns:
- a
ContractCaseCoreSetup.BuilderofContractCaseCoreSetup
-
-