Class TriggerTimerTriggerPropertiesItem

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class TriggerTimerTriggerPropertiesItem
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Trigger property object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHref()
      Gets the href.
      java.lang.String getName()
      Gets the name.
      java.lang.String getPath()
      Gets the path.
      java.lang.String getType()
      Gets the type.
      java.lang.String getValue()
      Gets the value.
      java.util.List<java.lang.String> getXEnum()
      Gets the xEnum.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getName

        public java.lang.String getName()
        Gets the name. Property name.
        Returns:
        the name
      • getValue

        public java.lang.String getValue()
        Gets the value. Property value. Any string value is valid.
        Returns:
        the value
      • getXEnum

        public java.util.List<java.lang.String> getXEnum()
        Gets the xEnum. Options for `single_select` property type. Only needed for `single_select` property type.
        Returns:
        the xEnum
      • getType

        public java.lang.String getType()
        Gets the type. Property type.
        Returns:
        the type
      • getPath

        public java.lang.String getPath()
        Gets the path. A dot notation path for `integration` type properties only, that selects a value from the tool integration. If left blank the full tool integration data will be used.
        Returns:
        the path
      • getHref

        public java.lang.String getHref()
        Gets the href. API URL for interacting with the trigger property.
        Returns:
        the href