Interface ServiceDeskPropertySetDao

All Known Implementing Classes:
ServiceDeskPropertySetDaoImpl

public interface ServiceDeskPropertySetDao
Allows to set PropertySet for Service Desk namespace.
Since:
7.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Writes string property.
  • Method Details

    • writeStringProperty

      void writeStringProperty(String key, String value)
      Writes string property.
      Parameters:
      key - of the property
      value - of the property.