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