Interface IListViewRecordColumn

  • All Known Implementing Classes:
    ListViewRecordColumn

    public interface IListViewRecordColumn
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Method Detail

      • getFieldNameOrPath

        String getFieldNameOrPath()
        element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setFieldNameOrPath

        void setFieldNameOrPath​(String fieldNameOrPath)
      • getValue

        String getValue()
        element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setValue

        void setValue​(String value)