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.Stringdescription()Gets the description.java.lang.Stringid()Gets the id.ContractTemplateCustomProperty.BuildernewBuilder()New builder.java.lang.Stringproperty()Gets the property.java.lang.Stringvalue()Gets the value.
-
-
-
Method Detail
-
newBuilder
public ContractTemplateCustomProperty.Builder newBuilder()
New builder.- Returns:
- a ContractTemplateCustomProperty builder
-
id
public java.lang.String id()
Gets the id. Unique identifier for the custom property.- Returns:
- the id
-
property
public java.lang.String property()
Gets the property. The name of the property. Names should be in camel caseāthe same as if they were permanent properties in the contract.- Returns:
- the property
-
value
public java.lang.String value()
Gets the value. The value of the property.- Returns:
- the value
-
description
public java.lang.String description()
Gets the description. Description of the custom property.- Returns:
- the description
-
-