com.adobe.idp.taskmanager.dsc.client.endpoint
Class EndpointType

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.idp.taskmanager.dsc.client.endpoint.EndpointType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class EndpointType
extends java.lang.Enum

EndpointType represents the various endpoint types supported task manager APIs. They can be used to control the which endpoints task manager APIs act on.

See Also:
Serialized Form

Field Summary
static EndpointType Mobile
          Mobile endpoint type.
static EndpointType TaskManager
          TaskManager endpoint type.
 
Method Summary
 java.lang.String getConnectorId()
          Gets the connector id of the current endpoint type.
static EndpointType valueOf(java.lang.String name)
           
static EndpointType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TaskManager

public static final EndpointType TaskManager
TaskManager endpoint type.


Mobile

public static final EndpointType Mobile
Mobile endpoint type.

Method Detail

values

public static EndpointType[] values()

valueOf

public static EndpointType valueOf(java.lang.String name)

getConnectorId

public java.lang.String getConnectorId()
Gets the connector id of the current endpoint type.

Returns:
String containing the connector of the current endpoint type.