public enum SfdcApiType extends java.lang.Enum<SfdcApiType>
| Enum Constant and Description |
|---|
ClientSync |
CrossInstance |
Enterprise |
Internal |
Metadata |
Partner |
SyncApi |
Tooling |
| Modifier and Type | Method and Description |
|---|---|
static SfdcApiType |
getFromNamespace(java.lang.String namespace) |
static SfdcApiType |
getFromSobjectNamespace(java.lang.String namespace) |
java.lang.String |
getNamespace() |
java.lang.String |
getSobjectNamespace() |
java.lang.String |
getVerifyEndpoint() |
boolean |
hasLoginCall() |
static SfdcApiType |
valueOf(java.lang.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(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic boolean hasLoginCall()
public java.lang.String getNamespace()
public java.lang.String getSobjectNamespace()
public java.lang.String getVerifyEndpoint()
public static SfdcApiType getFromNamespace(java.lang.String namespace)
public static SfdcApiType getFromSobjectNamespace(java.lang.String namespace)
Copyright © 2020. All Rights Reserved.