public final enum

SfdcApiType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.sforce.ws.wsdl.SfdcApiType

Summary

Enum Values
SfdcApiType  ClientSync   
SfdcApiType  CrossInstance   
SfdcApiType  Enterprise   
SfdcApiType  Internal   
SfdcApiType  Metadata   
SfdcApiType  Partner   
SfdcApiType  SyncApi   
Fields
boolean hasLoginCall
String namespace
String sobjectNamespace
String verifyEndpoint
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static SfdcApiType getFromNamespace(String namespace)
static SfdcApiType getFromSobjectNamespace(String namespace)
String getNamespace()
String getSobjectNamespace()
String getVerifyEndpoint()
boolean hasLoginCall()
static SfdcApiType valueOf(String name)
final static SfdcApiType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final SfdcApiType ClientSync

public static final SfdcApiType CrossInstance

public static final SfdcApiType Enterprise

public static final SfdcApiType Internal

public static final SfdcApiType Metadata

public static final SfdcApiType Partner

public static final SfdcApiType SyncApi

Fields

boolean hasLoginCall

String namespace

String sobjectNamespace

String verifyEndpoint

Public Methods

public static SfdcApiType getFromNamespace (String namespace)

Parameters
namespace

public static SfdcApiType getFromSobjectNamespace (String namespace)

Parameters
namespace

public String getNamespace ()

public String getSobjectNamespace ()

public String getVerifyEndpoint ()

public boolean hasLoginCall ()

public static SfdcApiType valueOf (String name)

Parameters
name

public static final SfdcApiType[] values ()