Package com.sforce.soap.metadata
Class ConnectedAppMobileDetailConfig
- java.lang.Object
-
- com.sforce.soap.metadata.ConnectedAppMobileDetailConfig
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class ConnectedAppMobileDetailConfig extends java.lang.Object implements com.sforce.ws.bind.XMLizableThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description ConnectedAppMobileDetailConfig()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getApplicationBinaryFile()java.lang.StringgetApplicationBinaryFileName()java.lang.StringgetApplicationBundleIdentifier()intgetApplicationFileLength()java.lang.StringgetApplicationIconFile()java.lang.StringgetApplicationIconFileName()java.lang.StringgetApplicationInstallUrl()DevicePlatformTypegetDevicePlatform()DeviceTypegetDeviceType()java.lang.StringgetMinimumOsVersion()booleangetPrivateApp()java.lang.StringgetVersion()booleanisPrivateApp()voidload(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetApplicationBinaryFile(byte[] applicationBinaryFile)protected voidsetApplicationBinaryFile(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetApplicationBinaryFileName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetApplicationBinaryFileName(java.lang.String applicationBinaryFileName)protected voidsetApplicationBundleIdentifier(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetApplicationBundleIdentifier(java.lang.String applicationBundleIdentifier)voidsetApplicationFileLength(int applicationFileLength)protected voidsetApplicationFileLength(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetApplicationIconFile(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetApplicationIconFile(java.lang.String applicationIconFile)protected voidsetApplicationIconFileName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetApplicationIconFileName(java.lang.String applicationIconFileName)protected voidsetApplicationInstallUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetApplicationInstallUrl(java.lang.String applicationInstallUrl)voidsetDevicePlatform(DevicePlatformType devicePlatform)protected voidsetDevicePlatform(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDeviceType(DeviceType deviceType)protected voidsetDeviceType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetMinimumOsVersion(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetMinimumOsVersion(java.lang.String minimumOsVersion)voidsetPrivateApp(boolean privateApp)protected voidsetPrivateApp(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetVersion(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetVersion(java.lang.String version)java.lang.StringtoString()voidwrite(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
-
-
-
Method Detail
-
getApplicationBinaryFile
public byte[] getApplicationBinaryFile()
-
setApplicationBinaryFile
public void setApplicationBinaryFile(byte[] applicationBinaryFile)
-
setApplicationBinaryFile
protected void setApplicationBinaryFile(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getApplicationBinaryFileName
public java.lang.String getApplicationBinaryFileName()
-
setApplicationBinaryFileName
public void setApplicationBinaryFileName(java.lang.String applicationBinaryFileName)
-
setApplicationBinaryFileName
protected void setApplicationBinaryFileName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getApplicationBundleIdentifier
public java.lang.String getApplicationBundleIdentifier()
-
setApplicationBundleIdentifier
public void setApplicationBundleIdentifier(java.lang.String applicationBundleIdentifier)
-
setApplicationBundleIdentifier
protected void setApplicationBundleIdentifier(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getApplicationFileLength
public int getApplicationFileLength()
-
setApplicationFileLength
public void setApplicationFileLength(int applicationFileLength)
-
setApplicationFileLength
protected void setApplicationFileLength(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getApplicationIconFile
public java.lang.String getApplicationIconFile()
-
setApplicationIconFile
public void setApplicationIconFile(java.lang.String applicationIconFile)
-
setApplicationIconFile
protected void setApplicationIconFile(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getApplicationIconFileName
public java.lang.String getApplicationIconFileName()
-
setApplicationIconFileName
public void setApplicationIconFileName(java.lang.String applicationIconFileName)
-
setApplicationIconFileName
protected void setApplicationIconFileName(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getApplicationInstallUrl
public java.lang.String getApplicationInstallUrl()
-
setApplicationInstallUrl
public void setApplicationInstallUrl(java.lang.String applicationInstallUrl)
-
setApplicationInstallUrl
protected void setApplicationInstallUrl(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getDevicePlatform
public DevicePlatformType getDevicePlatform()
-
setDevicePlatform
public void setDevicePlatform(DevicePlatformType devicePlatform)
-
setDevicePlatform
protected void setDevicePlatform(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getDeviceType
public DeviceType getDeviceType()
-
setDeviceType
public void setDeviceType(DeviceType deviceType)
-
setDeviceType
protected void setDeviceType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getMinimumOsVersion
public java.lang.String getMinimumOsVersion()
-
setMinimumOsVersion
public void setMinimumOsVersion(java.lang.String minimumOsVersion)
-
setMinimumOsVersion
protected void setMinimumOsVersion(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getPrivateApp
public boolean getPrivateApp()
-
isPrivateApp
public boolean isPrivateApp()
-
setPrivateApp
public void setPrivateApp(boolean privateApp)
-
setPrivateApp
protected void setPrivateApp(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
getVersion
public java.lang.String getVersion()
-
setVersion
public void setVersion(java.lang.String version)
-
setVersion
protected void setVersion(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Throws:
java.io.IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-