Package com.sforce.soap.partner
Interface IDescribeAppMenu_element
-
- All Known Implementing Classes:
DescribeAppMenu_element
public interface IDescribeAppMenu_elementThis 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 AppMenuTypegetAppMenuType()element : appMenuType of type {urn:partner.soap.sforce.com}AppMenuType java type: com.sforce.soap.partner.AppMenuTypeStringgetNetworkId()element : networkId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringvoidsetAppMenuType(AppMenuType appMenuType)voidsetNetworkId(String networkId)
-
-
-
Method Detail
-
getAppMenuType
AppMenuType getAppMenuType()
element : appMenuType of type {urn:partner.soap.sforce.com}AppMenuType java type: com.sforce.soap.partner.AppMenuType
-
setAppMenuType
void setAppMenuType(AppMenuType appMenuType)
-
getNetworkId
String getNetworkId()
element : networkId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setNetworkId
void setNetworkId(String networkId)
-
-