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.GenericModel
Represents a custom property within the contract.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ContractTemplateCustomProperty.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
key()
Gets the key.ContractTemplateCustomProperty.Builder
newBuilder()
New builder.java.lang.String
value()
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
-
-