Class 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.
    • Method Detail

      • 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