Uses of Class
com.moesif.api.models.CompanyModel
Packages that use CompanyModel
-
Uses of CompanyModel in com.moesif.api
Methods in com.moesif.api with parameters of type CompanyModelModifier and TypeMethodDescriptionvoidIAPIController.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 CompanyModelModifier and TypeMethodDescriptionvoidIAPIController.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 CompanyModelModifier and TypeMethodDescriptionvoidAPIController.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 CompanyModelModifier and TypeMethodDescriptionvoidAPIController.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 CompanyModelModifier and TypeMethodDescriptionCompanyBuilder.build()Build the instance with the given values