Interface IDescribeSObjectListViews_element

  • All Known Implementing Classes:
    DescribeSObjectListViews_element

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

      • getSObjectType

        String getSObjectType()
        element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setSObjectType

        void setSObjectType​(String sObjectType)
      • getRecentsOnly

        boolean getRecentsOnly()
        element : recentsOnly of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isRecentsOnly

        boolean isRecentsOnly()
      • setRecentsOnly

        void setRecentsOnly​(boolean recentsOnly)
      • getIsSoqlCompatible

        ListViewIsSoqlCompatible getIsSoqlCompatible()
        element : isSoqlCompatible of type {urn:partner.soap.sforce.com}listViewIsSoqlCompatible java type: com.sforce.soap.partner.ListViewIsSoqlCompatible
      • getLimit

        int getLimit()
        element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setLimit

        void setLimit​(int limit)
      • getOffset

        int getOffset()
        element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: int
      • setOffset

        void setOffset​(int offset)