Package com.sforce.soap.partner
Interface IListViewRecordColumn
-
- All Known Implementing Classes:
ListViewRecordColumn
public interface IListViewRecordColumnThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFieldNameOrPath()element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetValue()element : value of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetFieldNameOrPath(String fieldNameOrPath)voidsetValue(String value)
-
-
-
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)
-
-