Uses of Class
io.mailtrap.model.response.companyinfo.CompanyInfoResponse
Packages that use CompanyInfoResponse
-
Uses of CompanyInfoResponse in io.mailtrap.api.companyinfo
Methods in io.mailtrap.api.companyinfo that return CompanyInfoResponseModifier and TypeMethodDescriptionCompanyInfo.createCompanyInfo(long sendingDomainId, CreateCompanyInfoRequest request) Create the company info for a sending domain.CompanyInfoImpl.createCompanyInfo(long sendingDomainId, CreateCompanyInfoRequest request) CompanyInfo.getCompanyInfo(long sendingDomainId) Get the company info associated with a sending domainCompanyInfoImpl.getCompanyInfo(long sendingDomainId) CompanyInfo.updateCompanyInfo(long sendingDomainId, UpdateCompanyInfoRequest request) Update the company info for a sending domainCompanyInfoImpl.updateCompanyInfo(long sendingDomainId, UpdateCompanyInfoRequest request)