public enum SfdcApiType extends Enum<SfdcApiType>
| Enum Constant and Description |
|---|
ClientSync |
CrossInstance |
Enterprise |
Internal |
Metadata |
Partner |
SyncApi |
Tooling |
| Modifier and Type | Method and Description |
|---|---|
static SfdcApiType |
getFromNamespace(String namespace) |
static SfdcApiType |
getFromSobjectNamespace(String namespace) |
String |
getNamespace() |
String |
getSobjectNamespace() |
String |
getVerifyEndpoint() |
boolean |
hasLoginCall() |
static SfdcApiType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SfdcApiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SfdcApiType Enterprise
public static final SfdcApiType Partner
public static final SfdcApiType Metadata
public static final SfdcApiType CrossInstance
public static final SfdcApiType Internal
public static final SfdcApiType ClientSync
public static final SfdcApiType SyncApi
public static final SfdcApiType Tooling
public static SfdcApiType[] values()
for (SfdcApiType c : SfdcApiType.values()) System.out.println(c);
public static SfdcApiType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean hasLoginCall()
public String getNamespace()
public String getSobjectNamespace()
public String getVerifyEndpoint()
public static SfdcApiType getFromNamespace(String namespace)
public static SfdcApiType getFromSobjectNamespace(String namespace)
Copyright © 2020. All rights reserved.