Class InternalClientInformationApiResource

java.lang.Object
org.apache.fineract.portfolio.client.api.InternalClientInformationApiResource
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Profile("test") @Component @Path("/v1/internal/client") public class InternalClientInformationApiResource extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

    • InternalClientInformationApiResource

      public InternalClientInformationApiResource()
  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet()
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
    • getClientAuditFields

      @GET @Path("{clientId}/audit") @Consumes("application/json") @Produces("application/json") public String getClientAuditFields(@Context jakarta.ws.rs.core.UriInfo uriInfo, @PathParam("clientId") Long clientId)