29 lines
850 B
Java
29 lines
850 B
Java
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);
|
|
|
|
|
|
}
|