Class AbstractRESTConfluenceService

  • All Implemented Interfaces:
    IdHelper
    Direct Known Subclasses:
    RESTConfluenceService

    public abstract class AbstractRESTConfluenceService
    extends Object
    implements IdHelper
    AbstractRESTConfluenceService is an abstract class that implements the IdHelper interface. It provides common functionality for making REST API calls to Confluence Sub-classes need to implement getCredentials() and urlBuilder() to provide the necessary information for making API calls.