Uses of Class
com.moesif.api.models.CompanyModel
-
Packages that use CompanyModel Package Description com.moesif.api com.moesif.api.controllers com.moesif.api.models -
-
Uses of CompanyModel in com.moesif.api
Methods in com.moesif.api with parameters of type CompanyModel Modifier and Type Method Description voidIAPIController. updateCompany(CompanyModel body)Update a Single CompanyvoidIAPIController. updateCompanyAsync(CompanyModel body, APICallBack<HttpResponse> callBack)Update a Single Company asyncMethod parameters in com.moesif.api with type arguments of type CompanyModel Modifier and Type Method Description voidIAPIController. updateCompaniesBatch(List<CompanyModel> body)Update multiple Companies in a single batchvoidIAPIController. updateCompaniesBatchAsync(List<CompanyModel> body, APICallBack<HttpResponse> callBack)Update multiple Companies in a single batch async -
Uses of CompanyModel in com.moesif.api.controllers
Methods in com.moesif.api.controllers with parameters of type CompanyModel Modifier and Type Method Description voidAPIController. updateCompany(CompanyModel body)Update a Single CompanyvoidAPIController. updateCompanyAsync(CompanyModel body, APICallBack<HttpResponse> callBack)Update a Single Company asyncMethod parameters in com.moesif.api.controllers with type arguments of type CompanyModel Modifier and Type Method Description voidAPIController. updateCompaniesBatch(List<CompanyModel> body)Update multiple Companies in a single batchvoidAPIController. updateCompaniesBatchAsync(List<CompanyModel> body, APICallBack<HttpResponse> callBack)Update multiple Companies in a single batch async -
Uses of CompanyModel in com.moesif.api.models
Methods in com.moesif.api.models that return CompanyModel Modifier and Type Method Description CompanyModelCompanyBuilder. build()Build the instance with the given values
-