Class ContractTemplateCustomProperty
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.dph_services.dph.v1.model.ContractTemplateCustomProperty
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ContractTemplateCustomProperty extends com.ibm.cloud.sdk.core.service.model.GenericModelRepresents a custom property within the contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classContractTemplateCustomProperty.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringkey()Gets the key.ContractTemplateCustomProperty.BuildernewBuilder()New builder.java.lang.Stringvalue()Gets the value.
-
-
-
Method Detail
-
newBuilder
public ContractTemplateCustomProperty.Builder newBuilder()
New builder.- Returns:
- a ContractTemplateCustomProperty builder
-
key
public java.lang.String key()
Gets the key. The name of the key. Names should be in camel caseāthe same as if they were permanent properties in the contract.- Returns:
- the key
-
value
public java.lang.String value()
Gets the value. The value of the key.- Returns:
- the value
-
-