Interface IDescribeGlobalResult

All Known Implementing Classes:
DescribeGlobalResult

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

    • getEncoding

      String getEncoding()
      element : encoding of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    • setEncoding

      void setEncoding(String encoding)
    • getMaxBatchSize

      int getMaxBatchSize()
      element : maxBatchSize of type {http://www.w3.org/2001/XMLSchema}int java type: int
    • setMaxBatchSize

      void setMaxBatchSize(int maxBatchSize)
    • getSobjects

      element : sobjects of type {urn:partner.soap.sforce.com}DescribeGlobalSObjectResult java type: com.sforce.soap.partner.DescribeGlobalSObjectResult[]
    • setSobjects

      void setSobjects(IDescribeGlobalSObjectResult[] sobjects)