Package com.sforce.soap.metadata
Class ExtlClntAppConfigurablePolicies
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.ExtlClntAppConfigurablePolicies
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleangetLabel()booleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetExternalClientApplication(XmlInputStream __in, TypeMapper __typeMapper) voidsetExternalClientApplication(String externalClientApplication) voidsetIsEnabled(boolean isEnabled) protected voidsetIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsMobilePluginEnabled(boolean isMobilePluginEnabled) protected voidsetIsMobilePluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsNotificationPluginEnabled(boolean isNotificationPluginEnabled) protected voidsetIsNotificationPluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsOauthPluginEnabled(boolean isOauthPluginEnabled) protected voidsetIsOauthPluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsPushPluginEnabled(boolean isPushPluginEnabled) protected voidsetIsPushPluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsSamlPluginEnabled(boolean isSamlPluginEnabled) protected voidsetIsSamlPluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetStartPage(ExtlClntAppStartPage startPage) protected voidsetStartPage(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetStartUrl(XmlInputStream __in, TypeMapper __typeMapper) voidsetStartUrl(String startUrl) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
ExtlClntAppConfigurablePolicies
public ExtlClntAppConfigurablePolicies()Constructor
-
-
Method Details
-
getExternalClientApplication
-
setExternalClientApplication
-
setExternalClientApplication
protected void setExternalClientApplication(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsEnabled
public boolean getIsEnabled() -
isIsEnabled
public boolean isIsEnabled() -
setIsEnabled
public void setIsEnabled(boolean isEnabled) -
setIsEnabled
protected void setIsEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsMobilePluginEnabled
public boolean getIsMobilePluginEnabled() -
isIsMobilePluginEnabled
public boolean isIsMobilePluginEnabled() -
setIsMobilePluginEnabled
public void setIsMobilePluginEnabled(boolean isMobilePluginEnabled) -
setIsMobilePluginEnabled
protected void setIsMobilePluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsNotificationPluginEnabled
public boolean getIsNotificationPluginEnabled() -
isIsNotificationPluginEnabled
public boolean isIsNotificationPluginEnabled() -
setIsNotificationPluginEnabled
public void setIsNotificationPluginEnabled(boolean isNotificationPluginEnabled) -
setIsNotificationPluginEnabled
protected void setIsNotificationPluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsOauthPluginEnabled
public boolean getIsOauthPluginEnabled() -
isIsOauthPluginEnabled
public boolean isIsOauthPluginEnabled() -
setIsOauthPluginEnabled
public void setIsOauthPluginEnabled(boolean isOauthPluginEnabled) -
setIsOauthPluginEnabled
protected void setIsOauthPluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsPushPluginEnabled
public boolean getIsPushPluginEnabled() -
isIsPushPluginEnabled
public boolean isIsPushPluginEnabled() -
setIsPushPluginEnabled
public void setIsPushPluginEnabled(boolean isPushPluginEnabled) -
setIsPushPluginEnabled
protected void setIsPushPluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsSamlPluginEnabled
public boolean getIsSamlPluginEnabled() -
isIsSamlPluginEnabled
public boolean isIsSamlPluginEnabled() -
setIsSamlPluginEnabled
public void setIsSamlPluginEnabled(boolean isSamlPluginEnabled) -
setIsSamlPluginEnabled
protected void setIsSamlPluginEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStartPage
-
setStartPage
-
setStartPage
protected void setStartPage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStartUrl
-
setStartUrl
-
setStartUrl
protected void setStartUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-