com.sforce.rest
Class ResultInfo

java.lang.Object
  extended by com.sforce.rest.ResultInfo

public class ResultInfo
extends java.lang.Object

Since:
172
Author:
gwester

Constructor Summary
protected ResultInfo(java.lang.String type, java.lang.String url)
          This constructor is to fool static analysis.
 
Method Summary
 java.lang.String getType()
           
 java.lang.String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultInfo

protected ResultInfo(java.lang.String type,
                     java.lang.String url)
This constructor is to fool static analysis. I use reflection / GSON on this so it's not needed.

Parameters:
type -
url -
Method Detail

getType

public java.lang.String getType()

getUrl

public java.lang.String getUrl()


Copyright © 2011. All Rights Reserved.