public class

ResultInfo

extends Object
java.lang.Object
   ↳ com.sforce.rest.ResultInfo

Summary

Fields
private String type
private String url
Protected Constructors
ResultInfo(String type, String url)
This constructor is to fool static analysis.
Public Methods
String getType()
String getUrl()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

private String type

private String url

Protected Constructors

protected ResultInfo (String type, String url)

This constructor is to fool static analysis. I use reflection / GSON on this so it's not needed.

Parameters
type
url

Public Methods

public String getType ()

public String getUrl ()