Package com.sforce.soap.metadata
Class MobileApplicationDetail
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.MobileApplicationDetail
-
- All Implemented Interfaces:
com.sforce.ws.bind.XMLizable
public class MobileApplicationDetail extends Metadata
This 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 MobileApplicationDetail()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()java.lang.StringgetDeviceType()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)protected voidsetDeviceType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDeviceType(java.lang.String deviceType)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)-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
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 java.lang.String getDeviceType()
-
setDeviceType
public void setDeviceType(java.lang.String 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
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException- Overrides:
writeFieldsin classMetadata- 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
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException- Overrides:
loadFieldsin classMetadata- Throws:
java.io.IOExceptioncom.sforce.ws.ConnectionException
-
-