
com.sforce.soap.partner.IDescribeGlobalTheme Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of force-partner-api Show documentation
Show all versions of force-partner-api Show documentation
Force.com Web Service Connector
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