com.adobe.idp.dsc.registry.infomodel
Interface EndpointCategory


public interface EndpointCategory

An EndpointCategory object enables you to retrieve information about the endpoint category. An EndpointCategory instance is not instantiated directly. Instead, an EndpointCategory instance is returned by methods such as the EndpointRegistryClient object's CreateEndpointCategory method.


Method Summary
 java.lang.String getDescription()
          Retrieves the endpoint category's description.
 java.lang.String getId()
          Retrieves this endpoint category's unique identifier value.
 

Method Detail

getId

java.lang.String getId()
Retrieves this endpoint category's unique identifier value.

Returns:
A string value that specifies the unique identifier value for this category.

getDescription

java.lang.String getDescription()
Retrieves the endpoint category's description.

Returns:
A string value that specifies the description for this category.


[an error occurred while processing this directive] [an error occurred while processing this directive]