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 Summary

    Modifier and Type
    Method
    Description
    element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    void
    setFieldNameOrPath(String fieldNameOrPath)
     
    void
     
  • Method Details

    • 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)