Class QuickActionTemplateResult

java.lang.Object
com.sforce.soap.partner.QuickActionTemplateResult
All Implemented Interfaces:
IQuickActionTemplateResult, com.sforce.ws.bind.XMLizable

public class QuickActionTemplateResult extends Object implements com.sforce.ws.bind.XMLizable, IQuickActionTemplateResult
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
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    element : contextId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    element : defaultValueFormulas of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
    element : defaultValues of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
    element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
    boolean
    element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    boolean
     
    void
    load​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    loadFields​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    setContextId​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setContextId​(String contextId)
     
    void
    setDefaultValueFormulas​(ISObject defaultValueFormulas)
     
    protected void
    setDefaultValueFormulas​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setDefaultValues​(ISObject defaultValues)
     
    protected void
    setDefaultValues​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setErrors​(IError[] errors)
     
    protected void
    setErrors​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    void
    setSuccess​(boolean success)
     
    protected void
    setSuccess​(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
     
     
    void
    write​(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     
    protected void
    writeFields​(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • QuickActionTemplateResult

      public QuickActionTemplateResult()
      Constructor
  • Method Details

    • getContextId

      public String getContextId()
      Description copied from interface: IQuickActionTemplateResult
      element : contextId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      Specified by:
      getContextId in interface IQuickActionTemplateResult
    • setContextId

      public void setContextId(String contextId)
      Specified by:
      setContextId in interface IQuickActionTemplateResult
    • setContextId

      protected void setContextId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getDefaultValueFormulas

      public SObject getDefaultValueFormulas()
      Description copied from interface: IQuickActionTemplateResult
      element : defaultValueFormulas of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      Specified by:
      getDefaultValueFormulas in interface IQuickActionTemplateResult
    • setDefaultValueFormulas

      public void setDefaultValueFormulas(ISObject defaultValueFormulas)
      Specified by:
      setDefaultValueFormulas in interface IQuickActionTemplateResult
    • setDefaultValueFormulas

      protected void setDefaultValueFormulas(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getDefaultValues

      public SObject getDefaultValues()
      Description copied from interface: IQuickActionTemplateResult
      element : defaultValues of type {urn:sobject.partner.soap.sforce.com}sObject java type: com.sforce.soap.partner.sobject.SObject
      Specified by:
      getDefaultValues in interface IQuickActionTemplateResult
    • setDefaultValues

      public void setDefaultValues(ISObject defaultValues)
      Specified by:
      setDefaultValues in interface IQuickActionTemplateResult
    • setDefaultValues

      protected void setDefaultValues(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getErrors

      public Error[] getErrors()
      Description copied from interface: IQuickActionTemplateResult
      element : errors of type {urn:partner.soap.sforce.com}Error java type: com.sforce.soap.partner.Error[]
      Specified by:
      getErrors in interface IQuickActionTemplateResult
    • setErrors

      public void setErrors(IError[] errors)
      Specified by:
      setErrors in interface IQuickActionTemplateResult
    • setErrors

      protected void setErrors(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • getSuccess

      public boolean getSuccess()
      Description copied from interface: IQuickActionTemplateResult
      element : success of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      Specified by:
      getSuccess in interface IQuickActionTemplateResult
    • isSuccess

      public boolean isSuccess()
      Specified by:
      isSuccess in interface IQuickActionTemplateResult
    • setSuccess

      public void setSuccess(boolean success)
      Specified by:
      setSuccess in interface IQuickActionTemplateResult
    • setSuccess

      protected void setSuccess(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • write

      public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Specified by:
      write in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
    • writeFields

      protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
      Throws:
      IOException
    • load

      public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Specified by:
      load in interface com.sforce.ws.bind.XMLizable
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • loadFields

      protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException
      Throws:
      IOException
      com.sforce.ws.ConnectionException
    • toString

      public String toString()
      Overrides:
      toString in class Object