Interface IDescribeCompactLayout

  • All Known Implementing Classes:
    DescribeCompactLayout

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

      • getActions

        IDescribeLayoutButton[] getActions()
        element : actions of type {urn:partner.soap.sforce.com}DescribeLayoutButton java type: com.sforce.soap.partner.DescribeLayoutButton[]
      • getFieldItems

        IDescribeLayoutItem[] getFieldItems()
        element : fieldItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]
      • getId

        String getId()
        element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setId

        void setId​(String id)
      • getImageItems

        IDescribeLayoutItem[] getImageItems()
        element : imageItems of type {urn:partner.soap.sforce.com}DescribeLayoutItem java type: com.sforce.soap.partner.DescribeLayoutItem[]
      • getLabel

        String getLabel()
        element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setLabel

        void setLabel​(String label)
      • getName

        String getName()
        element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setName

        void setName​(String name)
      • getObjectType

        String getObjectType()
        element : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setObjectType

        void setObjectType​(String objectType)