Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W Y 

G

GENDER - Static variable in class com.mambu.apisdk.util.APIData
 
GENERAL - Static variable in class com.mambu.apisdk.util.APIData
 
getAccountingService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the AccountingService class
getAccountingService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the AccountingService class, non-static version of MambuAPIFactory.getAccountingService()
getAccountsForLineOfCredit(String) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Get all accounts for a line of credit
getAction() - Method in class com.mambu.apisdk.model.NotificationsToBeResent
 
getActivities(Date, Date, Class, String, Integer, Integer) - Method in class com.mambu.apisdk.services.ActivitiesService
GET all activity feed items within a specified date interval and (optionally) for a specified Mambu entity Allows retrieving a list of activities within a date range which can be filtered by entity key.
getActivities(Date, Date, Class, String) - Method in class com.mambu.apisdk.services.ActivitiesService
GET all activity feed items within a specified date interval and (optionally) for a specified Mambu entity Allows retrieving a list of activities within a date range which can be filtered by entity key.
getActivities(Date, Date, Integer, Integer) - Method in class com.mambu.apisdk.services.ActivitiesService
A convenience method to GET All activities within a specified date interval
getActivities(Date, Date) - Method in class com.mambu.apisdk.services.ActivitiesService
A convenience method to GET All activities within a specified date interval
getActivitiesService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the ActivitiesService class
getActivitiesService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the ActivitiesService class, non-static version of MambuAPIFactory.getActivitiesService()
getAllCurrencies() - Method in class com.mambu.apisdk.services.OrganizationService
Convenience method to GET all organization currencies
getAllLinesOfCredit(Integer, Integer) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Get all lines of credit defined for all clients and groups Call sample: GET api/linesofcredit Available since 3.11.
getAllLinesOfCreditWithDetails(Integer, Integer) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Get all lines of credit defined for all clients and groups with all the details (including custom fields) Call sample: GET api/linesofcredit?fullDetails=true Available since 4.5.
getAmount() - Method in class com.mambu.apisdk.model.ApiGLJournalEntry
 
getApiEndPoint(Class<?>) - Static method in class com.mambu.apisdk.util.ApiDefinition
 
getApiReturnFormat() - Method in enum com.mambu.apisdk.util.ApiDefinition.ApiType
 
getApiReturnFormat() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getApiType() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getApiViewType(DataViewType) - Static method in class com.mambu.apisdk.services.UsersService
Helper to get ApiViewType for a DataViewType
getApplicationKey() - Static method in class com.mambu.apisdk.MambuAPIFactory
Getter for an Application Key
getBranch(String) - Method in class com.mambu.apisdk.services.OrganizationService
Requests a branch by their Mambu ID
getBranches(String, String) - Method in class com.mambu.apisdk.services.OrganizationService
Get a paginated list of branches
getBrandingIcon() - Method in class com.mambu.apisdk.services.OrganizationService
Get Organization Icon
getBrandingLogo() - Method in class com.mambu.apisdk.services.OrganizationService
Get Organization Logo
getCallback() - Method in class com.mambu.apisdk.model.DatabaseBackupRequest
 
getCentre(String) - Method in class com.mambu.apisdk.services.OrganizationService
Requests a centre details by their Mambu ID
getCentres(String, String, String) - Method in class com.mambu.apisdk.services.OrganizationService
Get paginated list of centres
getClient(String) - Method in class com.mambu.apisdk.services.ClientsService
Requests a client by their Mambu ID
getClientByFullName(String, String) - Method in class com.mambu.apisdk.services.ClientsService
Requests a client by their Last name and first name
getClientByLastNameBirthday(String, String) - Method in class com.mambu.apisdk.services.ClientsService
Requests a client by their Last name and Birth date
getClientByLastNameDocId(String, String) - Method in class com.mambu.apisdk.services.ClientsService
Requests a client by their Document ID and Last name
getClientDetails(String) - Method in class com.mambu.apisdk.services.ClientsService
Returns a client with their full details such as addresses or custom fields
getClientLinesOfCredit(String, Integer, Integer) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Convenience method to Get lines of credit for a Client
getClientLinesOfCreditDetails(String, Integer, Integer) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Convenience method to Get lines of credit with all details (including custom fields) for a Client Example: GET /api/clients/{clientId}/linesofcredit?fullDetails=true Available since 4.5.
getClientProfilePicture(String) - Method in class com.mambu.apisdk.services.ClientsService
Get client profile picture API response message containing image type indicator and the base64 encoded picture file API response message format: "data:image/jpg;base64,/9j/4AAQSkZJRgABAgAA..."
getClientProfilePictureFile(String) - Method in class com.mambu.apisdk.services.ClientsService
Convenience method to get get client profile picture file content only (base64 encoded)
getClients(boolean, Integer, Integer) - Method in class com.mambu.apisdk.services.ClientsService
Requests a list of clients, limited by offset/limit
getClients(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.ClientsService
Get clients by specifying filter constraints
getClientsByBranchCentreOfficerState(String, String, String, String, String, String) - Method in class com.mambu.apisdk.services.ClientsService
Get Clients by branch id, centre id, credit officer, clientState
getClientsByBranchOfficerState(String, String, String, String, String) - Method in class com.mambu.apisdk.services.ClientsService
Get Clients by branch id, credit officer, clientState
getClientService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the ClientService class
getClientService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the ClientService class, non-static version of MambuAPIFactory.getClientService()
getClientSignature(String) - Method in class com.mambu.apisdk.services.ClientsService
Get client signature API response message containing image type indicator and the base64 encoded signature file API response message format: "data:image/PNG;base64,iVBORw0KGgoAAAANSUhE..."
getClientSignatureFile(String) - Method in class com.mambu.apisdk.services.ClientsService
Convenience method to get get client signature file content only (base64 encoded)
getClientTasks(String, TaskStatus, String, String) - Method in class com.mambu.apisdk.services.TasksService
Convenience method to Get tasks for a client
getClientTypes(AccountHolderType) - Method in class com.mambu.apisdk.services.ClientsService
Get client types for clients or for groups
getClientTypes() - Method in class com.mambu.apisdk.services.ClientsService
Get client types for both clients and groups
getCollectionType(Class<?>) - Static method in class com.mambu.apisdk.util.ServiceExecutor
Get Type for the collection of objects returned by API for the specified class (e.g.
getComments(MambuEntityType, String, Integer, Integer) - Method in class com.mambu.apisdk.services.CommentsService
Get all Comments for a given parent entity
getCommentsService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the CommentsService class
getCommentsService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the CommentsService class
getContent() - Method in class com.mambu.apisdk.model.DatabaseBackup
 
getContentForBase64EncodedMessage(String) - Static method in class com.mambu.apisdk.util.ServiceHelper
Get Base64 encoded content from the API message containing bas64 encoding indicator and base64 encoded content Mambu API returns encoded files in the following format: "data:image/jpg;base64,/9j...." The encoded string is base64 encoded with CRLFs, E.g.
getContentType() - Method in enum com.mambu.apisdk.util.ApiDefinition.ApiType
 
getContentType() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getCurrencies(boolean) - Method in class com.mambu.apisdk.services.OrganizationService
Requests organization currencies.
getCurrency() - Method in class com.mambu.apisdk.services.OrganizationService
Convenience method to request the organization's base currency only
getCurrency(String) - Method in class com.mambu.apisdk.services.OrganizationService
Requests a currency for a supplied currency code.
getCustomField(String) - Method in class com.mambu.apisdk.services.OrganizationService
Get CustomField object details by Custom Field ID
getCustomFieldSets(CustomFieldType) - Method in class com.mambu.apisdk.services.OrganizationService
Get Custom Field Sets
getCustomFieldType(MambuEntityType) - Static method in class com.mambu.apisdk.services.CustomFieldValueService
Get CustomFieldType for the corresponding MambuEntityType
getCustomFieldValue(MambuEntityType, String, String) - Method in class com.mambu.apisdk.services.CustomFieldValueService
Gets a list of CustomFieldValue for the corresponding parent entity type, parent entity id and custom field id.
getCustomFieldValue(MambuEntityType, String, MambuEntityType, String, String) - Method in class com.mambu.apisdk.services.CustomFieldValueService
Gets a list of CustomFieldValue for the corresponding parent entity type, parentEntityId, ownedEntity type, owned entity id and custom field id.
getCustomFieldValueService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the CustomFieldValueService class
getCustomFieldValueService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the CustomFieldValueService class
getCustomViewEntities(ApiViewType, String, boolean, String, String, String) - Method in class com.mambu.apisdk.services.CustomViewsService
Get entities for a Custom View
getCustomViewEntities(ApiViewType, String, String, String, String) - Method in class com.mambu.apisdk.services.CustomViewsService
Convenience method to get "Basic" entities for a Custom View (entities without full details)
getCustomViews(String, ApiViewType) - Method in class com.mambu.apisdk.services.UsersService
Get Custom Views for the user by user's userName and apiViewType.
getCustomViews(String) - Method in class com.mambu.apisdk.services.UsersService
Convenience method to get all Custom Views for the user by user's userName.
getCustomViewsService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the CustomViewsService class
getCustomViewsService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the CustomViewsService class
getCustomViewSummary(ApiViewType, String, String) - Method in class com.mambu.apisdk.services.CustomViewsService
Get summary for a custom view
getDatabaseService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the DatabaseService class
getDatabaseService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the DatabaseService class
getDocument(String) - Method in class com.mambu.apisdk.services.DocumentsService
Get base64 encoded document data by document id.
getDocuments(MambuEntityType, String, Integer, Integer) - Method in class com.mambu.apisdk.services.DocumentsService
Get all Documents for a given parent entity
getDocumentsService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the DocumentsService class
getDocumentsService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the DocumentsService class, non-static version of MambuAPIFactory.getDocumentsService()
getDocumentTemplatesService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the DocumentTemplatesService class
getDocumentTemplatesService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the DocumentTemplatesService class
getEndPoint() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getEntity(MambuEntityType, String) - Method in class com.mambu.apisdk.util.ServiceExecutor
Get Mambu entity.
getEntityClass() - Method in enum com.mambu.apisdk.util.MambuEntityType
 
getEntryType() - Method in class com.mambu.apisdk.model.ApiGLJournalEntry
 
getErrorCode() - Method in exception com.mambu.apisdk.exception.MambuApiException
 
getErrorMessage() - Method in exception com.mambu.apisdk.exception.MambuApiException
 
getErrorSource() - Method in class com.mambu.apisdk.exception.MambuApiResponseMessage
 
getExchangeRates(String, String, String, Integer, Integer) - Method in class com.mambu.apisdk.services.OrganizationService
Get paginated list of available exchange rates for a base currency
getFactory(String, String, String) - Static method in class com.mambu.apisdk.MambuAPIServiceFactory
Convenience method for setting up the Guice Module with data required for accessing the remote server, returning a factory object to retrieve Mambu API services that have Mambu credentials built-in.
getFactory(Protocol, String, String, String) - Static method in class com.mambu.apisdk.MambuAPIServiceFactory
Set up the Guice Module with data required for accessing the remote server, returning a factory object to retrieve Mambu API services that have Mambu credentials built-in
getFactory(Protocol, String, String, String, String) - Static method in class com.mambu.apisdk.MambuAPIServiceFactory
Set up the Guice Module with data required for accessing the remote server, returning a factory object to retrieve Mambu API services that have Mambu credentials built-in
getFactoryWithApiKey(String, String) - Static method in class com.mambu.apisdk.MambuAPIServiceFactory
Convenience method for setting up the Guice Module with data required for accessing the remote server, returning a factory object to retrieve Mambu API services that have Mambu credentials built-in.
getFactoryWithApiKey(Protocol, String, String) - Static method in class com.mambu.apisdk.MambuAPIServiceFactory
Set up the Guice Module with data required for accessing the remote server, returning a factory object to retrieve Mambu API services that have Mambu credentials built-in
getFactoryWithApiKey(Protocol, String, String, String) - Static method in class com.mambu.apisdk.MambuAPIServiceFactory
Set up the Guice Module with data required for accessing the remote server, returning a factory object to retrieve Mambu API services that have Mambu credentials built-in
getFullDetailsClass(MambuEntityType) - Static method in class com.mambu.apisdk.util.ServiceHelper
Get class corresponding to the "full details" class for a Mambu Entity.
getFundedLoanAccounts(String) - Method in class com.mambu.apisdk.services.SavingsService
Get all loan accounts funded by a deposit investor account
getGeneralSettings() - Method in class com.mambu.apisdk.services.OrganizationService
Get organization's general settings
getGLAccount(String) - Method in class com.mambu.apisdk.services.AccountingService
Requests a gl account by its gl code
getGLAccount(String, String, String) - Method in class com.mambu.apisdk.services.AccountingService
Requests a gl account by its gl code with a balance over a certain date range
getGLAccounts(GLAccountType) - Method in class com.mambu.apisdk.services.AccountingService
Requests gl accounts by account type
getGlCode() - Method in class com.mambu.apisdk.model.ApiGLJournalEntry
 
getGLJournalEntries(String, Date, Date) - Method in class com.mambu.apisdk.services.AccountingService
Returns all GLJournalEntries of a specific date-range, using default limits.
getGLJournalEntries(String, Date, Date, Integer, Integer) - Method in class com.mambu.apisdk.services.AccountingService
Returns all GLJournalEntries of a specific date-range
getGLJournalEntries(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.AccountingService
Get GL journal entries by specifying filter constraints
getGroup(String) - Method in class com.mambu.apisdk.services.ClientsService
Requests a group by it's Mambu ID
getGroupDetails(String) - Method in class com.mambu.apisdk.services.ClientsService
Requests the details about a group
getGroupLinesOfCredit(String, Integer, Integer) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Convenience method to Get lines of credit for a Group Example: GET /api/groups/{groupId}/linesofcredit Available since 3.11.
getGroupLinesOfCreditDetails(String, Integer, Integer) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Convenience method to Get lines of credit for a Group with all the details (including custom fields) Example: GET /api/groups/{groupId}/linesofcredit?fullDetails=true Available since 4.5.
getGroupRoleName(String) - Method in class com.mambu.apisdk.services.ClientsService
Requests details for the group role name by id
getGroupRoleNames() - Method in class com.mambu.apisdk.services.ClientsService
Requests a list of group role names This API doesn't accept pagination parameters (offset and limit ) and returns all group role names
getGroups(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.ClientsService
Get groups by specifying filter constraints
getGroupsByBranchCentreOfficer(String, String, String, String, String) - Method in class com.mambu.apisdk.services.ClientsService
Get Groups by branch id, credit officer
getGroupsByBranchOfficer(String, String, String, String) - Method in class com.mambu.apisdk.services.ClientsService
Get Groups by branch id, credit officer
getGroupTasks(String, TaskStatus, String, String) - Method in class com.mambu.apisdk.services.TasksService
Convenience method to Get tasks for a group
getIdentificationDocumentTemplates() - Method in class com.mambu.apisdk.services.OrganizationService
Get all Identification Document Templates
getIdentifiers() - Method in class com.mambu.apisdk.model.NotificationsToBeResent
 
getImage(String, APIData.IMAGE_SIZE_TYPE) - Method in class com.mambu.apisdk.services.DocumentsService
Get an Image file using file's encoded key and the preferred image size
getIndicator(Intelligence.Indicator) - Method in class com.mambu.apisdk.services.IntelligenceService
Requests a mambu indicator value as a BigDecimal value
getIntelligenceService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the IntelligenceService class
getIntelligenceService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the IntelligenceService class, non-static version of MambuAPIFactory.getIntelligenceService()
getInvestorFundingRepayments(String, String) - Method in class com.mambu.apisdk.services.RepaymentsService
Get repayments schedule relative to an investor funding.
getJsonDateTimeFormat() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getJsonDeserializers() - Method in class com.mambu.apisdk.util.ApiDefinition
Get JsonDeserializers specified in the API definition
getJsonSerializers() - Method in class com.mambu.apisdk.util.ApiDefinition
Get JsonSerializers specified in the API definition
getKeyForAccount(Account) - Static method in class com.mambu.apisdk.util.ServiceHelper
Gets the encodedKey or the ID from the account passed as parameter in a call to this method.
getLineOfCredit(String) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Get line of credit
getLineOfCreditDetails(String) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Gets the details of a line of credit including custom fields information GET api/linesofcredit/{id}?fullDetails=true Response example: {"lineOfCredit":{"encodedKey":"abc123","id":"FVT160", "amount":"5000",..
getLineOfCreditService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the LinesOfCreditService class
getLineOfCreditService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the LinesOfCreditService class
getLinesOfCredit(MambuEntityType, String, Integer, Integer, boolean) - Method in class com.mambu.apisdk.services.LinesOfCreditService
Get lines of credit for a Client or a Group
getList(MambuEntityType, ParamsMap) - Method in class com.mambu.apisdk.util.ServiceExecutor
Get a list of Mambu entities.
getLoanAccount(String) - Method in class com.mambu.apisdk.services.LoansService
Get a loan account with full details by its id
getLoanAccountDetails(String) - Method in class com.mambu.apisdk.services.LoansService
Get a loan account with Details by its id
getLoanAccountRepayments(String, String, String) - Method in class com.mambu.apisdk.services.RepaymentsService
Get a all Repayments by Loan account id with an offset and limit parameters
getLoanAccounts(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.LoansService
Get loan accounts by specifying filter constraints
getLoanAccountsByBranchCentreOfficerState(String, String, String, String, String, String) - Method in class com.mambu.apisdk.services.LoansService
Get the loan accounts by branch id, centreId, credit officer, accountState
getLoanAccountsByBranchOfficerState(String, String, String, String, String) - Method in class com.mambu.apisdk.services.LoansService
Get loan accounts by branch id, credit officer, accountState.
getLoanAccountsForClient(String) - Method in class com.mambu.apisdk.services.LoansService
Get all the loan accounts for a given client
getLoanAccountsForGroup(String) - Method in class com.mambu.apisdk.services.LoansService
Get all the loan accounts for a given group
getLoanAccountTransactions(String, String, String) - Method in class com.mambu.apisdk.services.LoansService
Get loan account Transactions by Loan id and offset and limit
getLoanAccountWithSettlementAccounts(String) - Method in class com.mambu.apisdk.services.LoansService
Get full loan account details, including settlement accounts
getLoanProduct(String) - Method in class com.mambu.apisdk.services.LoansService
Get a Loan Product by Product id
getLoanProducts(String, String) - Method in class com.mambu.apisdk.services.LoansService
Get a list of Loan Products
getLoanProductSchedule(String, LoanAccount) - Method in class com.mambu.apisdk.services.LoansService
Get repayment schedule preview for a Loan Product
getLoanProductSchedule(String, LoanAccount, ScheduleQueryParams) - Method in class com.mambu.apisdk.services.LoansService
Get repayment schedule preview for a Loan Product
getLoanService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the LoanService class
getLoanService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the LoanService class, non-static version of MambuAPIFactory.getLoanService()
getLoanTransactions(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.LoansService
Deprecated.
getLoanTransactionsWithBasicDetails(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.LoansService
Get loan transactions by specifying filter constraints with basic details level (no custom fields)
getLoanTransactionsWithFullDetails(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.LoansService
Get loan transactions by specifying filter constraints (including custom fields)
getMambuResponseMessage() - Method in class com.mambu.apisdk.exception.MambuApiResponseMessage
 
getMessage() - Method in exception com.mambu.apisdk.exception.MambuApiException
 
getMethod() - Method in enum com.mambu.apisdk.util.ApiDefinition.ApiType
 
getMethod() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getNotificationMessages(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.SearchService
Get a history of notification messages by specifying filter constraints
getNotificationsService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the NotificationsService class
getNotificationsService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the NotificationsService class
getObjectLabels() - Method in class com.mambu.apisdk.services.OrganizationService
Get Object labels
getOrganization() - Method in class com.mambu.apisdk.services.OrganizationService
Get Organization details
getOrganizationService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the OrganizationService class
getOrganizationService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the OrganizationService class, non-static version of MambuAPIFactory.getOrganizationService()
getOwnedEntities(MambuEntityType, String, MambuEntityType, String, ParamsMap, boolean) - Method in class com.mambu.apisdk.util.ServiceExecutor
Get a list of entities owned by a parent entity.
getOwnedEntities(MambuEntityType, String, MambuEntityType, Integer, Integer, boolean) - Method in class com.mambu.apisdk.util.ServiceExecutor
Convenience method to Get a list of entities owned by a parent entity by specifying only pagination parameters offset and limit.
getOwnedEntities(MambuEntityType, String, MambuEntityType, Integer, Integer) - Method in class com.mambu.apisdk.util.ServiceExecutor
Convenience method to Get a list of entities owned by a parent entity by specifying only pagination parameters offset and limit.
getOwnedEntity(MambuEntityType, String, MambuEntityType, String, ParamsMap) - Method in class com.mambu.apisdk.util.ServiceExecutor
Get owned entity.
getPaginatedList(MambuEntityType, Integer, Integer, boolean) - Method in class com.mambu.apisdk.util.ServiceExecutor
Convenience method to GET a paginated list of Mambu entities.
getPaginatedList(MambuEntityType, Integer, Integer) - Method in class com.mambu.apisdk.util.ServiceExecutor
Convenience method to GET a paginated list of Mambu entities.
getParamName() - Method in enum com.mambu.apisdk.model.ScheduleQueryParam
 
getParams() - Method in class com.mambu.apisdk.model.ScheduleQueryParams
 
getPopulatedEntityTemplate(MambuEntityType, String, String, String, String) - Method in class com.mambu.apisdk.services.DocumentTemplatesService
Convenience method to get populated document template for a given parent entity and a given template id
getPopulatedEntityTransactionTemplate(MambuEntityType, String, String, String) - Method in class com.mambu.apisdk.services.DocumentTemplatesService
Convenience method to get populated transaction document template for a given parent entity (LoanAccount or SavingsAccont)
getPopulatedLoanTemplate(String, String, String, String) - Method in class com.mambu.apisdk.services.DocumentTemplatesService
Get populated account document template for a loan account and a given template key
getPopulatedLoanTransactionTemplate(String, String, String) - Method in class com.mambu.apisdk.services.DocumentTemplatesService
Get populated transaction document template for a loan account
getPopulatedSavingsTemplate(String, String, String, String) - Method in class com.mambu.apisdk.services.DocumentTemplatesService
Get populated account document template for a savings account and a given template key
getPopulatedSavingsTransactionTemplate(String, String, String) - Method in class com.mambu.apisdk.services.DocumentTemplatesService
Get populated transaction document template for a savings account
getRapaymentsDueFromTo(String, String, String, String) - Method in class com.mambu.apisdk.services.RepaymentsService
Get a loan account Repayments between FromDate and ToDate
getRelatedEntity() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getRepaymentsService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the RepaymentsService class
getRepaymentsService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the RepaymentsService class, non-static version of MambuAPIFactory.getRepaymentsService()
getReturnClass() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getReturnCode() - Method in class com.mambu.apisdk.exception.MambuApiResponseMessage
 
getReturnCode() - Method in class com.mambu.apisdk.model.DatabaseBackupResponse
 
getReturnStatus() - Method in class com.mambu.apisdk.exception.MambuApiResponseMessage
 
getReturnStatus() - Method in class com.mambu.apisdk.model.DatabaseBackupResponse
 
getSavingsAccount(String) - Method in class com.mambu.apisdk.services.SavingsService
Get a savings account by its id
getSavingsAccountDetails(String) - Method in class com.mambu.apisdk.services.SavingsService
Get a savings account with full details by its id
getSavingsAccounts(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.SavingsService
Get savings accounts by specifying filter constraints.
getSavingsAccountsByBranchCentreOfficerState(String, String, String, String, String, String) - Method in class com.mambu.apisdk.services.SavingsService
Get the Savings accounts by branch id, centreId, credit officer, accountState
getSavingsAccountsByBranchOfficerState(String, String, String, String, String) - Method in class com.mambu.apisdk.services.SavingsService
Get the Savings accounts by branch id, credit officer, accountState
getSavingsAccountsForClient(String) - Method in class com.mambu.apisdk.services.SavingsService
Get all the savings accounts for a given client
getSavingsAccountsForGroup(String) - Method in class com.mambu.apisdk.services.SavingsService
Get all the savings accounts for a given group
getSavingsAccountTransactions(String, String, String) - Method in class com.mambu.apisdk.services.SavingsService
Get Savings Account Transactions by an account id and offset and limit
getSavingsProduct(String) - Method in class com.mambu.apisdk.services.SavingsService
Get a Savings Product by Product id
getSavingsProducts(String, String) - Method in class com.mambu.apisdk.services.SavingsService
Get a list of Savings Products
getSavingsService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the SavingsService class
getSavingsService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the SavingsService class, non-static version of MambuAPIFactory.getSavingsService()
getSavingsTransactions(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.SavingsService
Deprecated.
getSavingsTransactionsWithBasicDetails(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.SavingsService
Get savings transactions by specifying filter constraints with all the details (no custom fields)
getSavingsTransactionsWithFullDetails(JSONFilterConstraints, String, String) - Method in class com.mambu.apisdk.services.SavingsService
Get savings transactions by specifying filter constraints with all the details (custom fields included)
getSearchService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the SearchService class
getSearchService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the SearchService class, non-static version of MambuAPIFactory.getSearchService()
getSerializationExclusionStrategies() - Method in class com.mambu.apisdk.util.ApiDefinition
Get serialization ExclusionStrategy specified in the API definition
getSettlementAccounts() - Method in class com.mambu.apisdk.model.ApiLoanAccount
Get Settlement Accounts
getSummary() - Method in class com.mambu.apisdk.model.JSONCustomViewEntitiesSummaryWrapper
 
getSupportedEntities() - Static method in class com.mambu.apisdk.services.CommentsService
Get supported entity types
getSupportedEntities() - Static method in class com.mambu.apisdk.services.CustomFieldValueService
Get Mambu Entities supporting Custom Field Value API
getSupportedEntities() - Static method in class com.mambu.apisdk.services.DocumentsService
Get supported entity types
getSupportedEntities() - Static method in class com.mambu.apisdk.services.DocumentTemplatesService
Get supported entity types
getTasks(String, String, String, TaskStatus, String, String) - Method in class com.mambu.apisdk.services.TasksService
Get tasks based on the specified criteria, which can include clientId, username, and/or task's state
getTasksService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the TasksService class
getTasksService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the TasksService class, non-static version of MambuAPIFactory.getTasksService()
getTransactionChannels() - Method in class com.mambu.apisdk.services.OrganizationService
Get Transaction Channels Note: since Mambu 4.1 the returned transaction channels also contain a list of custom fields applicable to this channel and channel's accounting rule.
getUndoCloserTransactionType(LoanAccount) - Static method in class com.mambu.apisdk.util.ServiceHelper
Helper to determine the type of the Undo Closer Transaction for a closed loan account.
getUndoCloserTransactionType(SavingsAccount) - Static method in class com.mambu.apisdk.util.ServiceHelper
Helper to determine the type of the Undo Closer Transaction for a closed savings account.
getUrlPath() - Method in class com.mambu.apisdk.util.ApiDefinition
 
getURLString() - Method in class com.mambu.apisdk.util.ParamsMap
Formats this map of params into a String ready to be used in an URL
getUserById(String) - Method in class com.mambu.apisdk.services.UsersService
Get User by its userID
getUserByUsername(String) - Method in class com.mambu.apisdk.services.UsersService
Get User by it's userName.
getUserRole(String) - Method in class com.mambu.apisdk.services.UsersService
Get user role by a role key
getUserRoles() - Method in class com.mambu.apisdk.services.UsersService
Get user roles
getUsers(String, String) - Method in class com.mambu.apisdk.services.UsersService
Get all the users with offset and limit
getUsers() - Method in class com.mambu.apisdk.services.UsersService
Get users (first 50 per default)
getUsers(String, APIData.UserBranchAssignmentType, String, String) - Method in class com.mambu.apisdk.services.UsersService
Get a paginated list of users.
getUsers(String, String, String) - Method in class com.mambu.apisdk.services.UsersService
Convenience method to Get a paginated list of users assigned to a branch, filtered by branch
getUsersService() - Static method in class com.mambu.apisdk.MambuAPIFactory
Get an instance of the UsersService class
getUsersService() - Method in class com.mambu.apisdk.MambuAPIServiceFactory
Get an instance of the UsersService class, non-static version of MambuAPIFactory.getUsersService()
getWithFullDetails() - Method in class com.mambu.apisdk.util.ApiDefinition
 
GLACCOUNTS - Static variable in class com.mambu.apisdk.util.APIData
 
GLJOURNALENTRIES - Static variable in class com.mambu.apisdk.util.APIData
 
GRACE_PERIOD - Static variable in class com.mambu.apisdk.util.APIData
 
GROUP - Static variable in class com.mambu.apisdk.util.APIData
 
GROUP_ID - Static variable in class com.mambu.apisdk.util.APIData
 
GROUP_MEMBERS - Static variable in class com.mambu.apisdk.util.APIData
 
GROUP_NAME - Static variable in class com.mambu.apisdk.util.APIData
 
GROUP_ROLE_NAME_KEY - Static variable in class com.mambu.apisdk.util.APIData
 
GROUP_ROLE_NAMES - Static variable in class com.mambu.apisdk.util.APIData
 
GROUP_ROLES - Static variable in class com.mambu.apisdk.util.APIData
 
GroupExpandedPatchSerializer - Class in com.mambu.apisdk.json
GroupExpandedPatchSerializer implements custom JsonSerializer for PATCH Group API requests.
GroupExpandedPatchSerializer() - Constructor for class com.mambu.apisdk.json.GroupExpandedPatchSerializer
 
GROUPS - Static variable in class com.mambu.apisdk.util.APIData
 
GsonUtils - Class in com.mambu.apisdk.util
Utill class for gson formatting
GsonUtils() - Constructor for class com.mambu.apisdk.util.GsonUtils
 
GUARANTEES - Static variable in class com.mambu.apisdk.util.APIData
 
A B C D E F G H I J L M N O P Q R S T U V W Y 
Skip navigation links