All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sforce.soap.partner.IDescribeGlobalTheme Maven / Gradle / Ivy

There is a newer version: 64.0.3
Show newest version
package com.sforce.soap.partner;

/**
 * This is a generated class for the SObject Enterprise API.
 * Do not edit this file, as your changes will be lost.
 */
public interface IDescribeGlobalTheme  {

      /**
       * element : global of type {urn:partner.soap.sforce.com}DescribeGlobalResult
       * java type: com.sforce.soap.partner.DescribeGlobalResult
       */

      public com.sforce.soap.partner.IDescribeGlobalResult getGlobal();

      public void setGlobal(com.sforce.soap.partner.IDescribeGlobalResult global);

      /**
       * element : theme of type {urn:partner.soap.sforce.com}DescribeThemeResult
       * java type: com.sforce.soap.partner.DescribeThemeResult
       */

      public com.sforce.soap.partner.IDescribeThemeResult getTheme();

      public void setTheme(com.sforce.soap.partner.IDescribeThemeResult theme);


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy