Class DataConnectorDataTypeCommon

    • Constructor Detail

      • DataConnectorDataTypeCommon

        public DataConnectorDataTypeCommon()
    • Method Detail

      • state

        public DataTypeState state()
        Get the state property: Describe whether this data type connection is enabled or not.
        Returns:
        the state value.
      • withState

        public DataConnectorDataTypeCommon withState​(DataTypeState state)
        Set the state property: Describe whether this data type connection is enabled or not.
        Parameters:
        state - the state value to set.
        Returns:
        the DataConnectorDataTypeCommon object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.