Interface PendoConfigurationService


  • @Path("/internal/configuration/pendo")
    @Produces({"application/xml","application/json"})
    public interface PendoConfigurationService
    • Method Detail

      • getProperties

        @GET
        @Path("properties")
        java.util.Map<java.lang.String,​java.lang.Object> getProperties()