Package com.sforce.soap.partner
Interface IDescribeGlobalTheme
-
- All Known Implementing Classes:
DescribeGlobalTheme
public interface IDescribeGlobalThemeThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDescribeGlobalResultgetGlobal()element : global of type {urn:partner.soap.sforce.com}DescribeGlobalResult java type: com.sforce.soap.partner.DescribeGlobalResultIDescribeThemeResultgetTheme()element : theme of type {urn:partner.soap.sforce.com}DescribeThemeResult java type: com.sforce.soap.partner.DescribeThemeResultvoidsetGlobal(IDescribeGlobalResult global)voidsetTheme(IDescribeThemeResult theme)
-
-
-
Method Detail
-
getGlobal
IDescribeGlobalResult getGlobal()
element : global of type {urn:partner.soap.sforce.com}DescribeGlobalResult java type: com.sforce.soap.partner.DescribeGlobalResult
-
setGlobal
void setGlobal(IDescribeGlobalResult global)
-
getTheme
IDescribeThemeResult getTheme()
element : theme of type {urn:partner.soap.sforce.com}DescribeThemeResult java type: com.sforce.soap.partner.DescribeThemeResult
-
setTheme
void setTheme(IDescribeThemeResult theme)
-
-