Class AccountNumberFormatsApiResource
java.lang.Object
org.apache.fineract.infrastructure.accountnumberformat.api.AccountNumberFormatsApiResource
@Path("/v1/accountnumberformats")
@Component
public class AccountNumberFormatsApiResource
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionretrieveAll(jakarta.ws.rs.core.UriInfo uriInfo) retrieveOne(jakarta.ws.rs.core.UriInfo uriInfo, Long accountNumberFormatId) retrieveTemplate(jakarta.ws.rs.core.UriInfo uriInfo)
-
Constructor Details
-
AccountNumberFormatsApiResource
public AccountNumberFormatsApiResource()
-
-
Method Details
-
retrieveTemplate
@GET @Path("template") @Consumes("application/json") @Produces("application/json") public String retrieveTemplate(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveAll
@GET @Consumes("application/json") @Produces("application/json") public String retrieveAll(@Context jakarta.ws.rs.core.UriInfo uriInfo) -
retrieveOne
-
create
-
update
-
delete
-