Interface OfficeSwaggerMapper


public interface OfficeSwaggerMapper
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.fineract.organisation.office.api.OfficesApiResourceSwagger.GetOfficesResponse
    toGetOfficesResponse(org.apache.fineract.organisation.office.data.OfficeData officeData)
     
    org.apache.fineract.organisation.office.api.OfficesApiResourceSwagger.PutOfficesOfficeIdResponse
    toPutOfficesOfficeIdResponse(org.apache.fineract.infrastructure.core.data.CommandProcessingResult commandProcessingResult)
     
    default org.apache.fineract.organisation.office.api.OfficesApiResourceSwagger.PutOfficesOfficeIdResponse.PutOfficesOfficeIdResponseChanges
     
  • Method Details

    • toPutOfficesOfficeIdResponse

      org.apache.fineract.organisation.office.api.OfficesApiResourceSwagger.PutOfficesOfficeIdResponse toPutOfficesOfficeIdResponse(org.apache.fineract.infrastructure.core.data.CommandProcessingResult commandProcessingResult)
    • toPutOfficesOfficeIdResponseChanges

      default org.apache.fineract.organisation.office.api.OfficesApiResourceSwagger.PutOfficesOfficeIdResponse.PutOfficesOfficeIdResponseChanges toPutOfficesOfficeIdResponseChanges(Map<String,Object> changes)
    • toGetOfficesResponse

      org.apache.fineract.organisation.office.api.OfficesApiResourceSwagger.GetOfficesResponse toGetOfficesResponse(org.apache.fineract.organisation.office.data.OfficeData officeData)