Uses of Class
com.blockchyp.client.dto.TermsAndConditionsTemplate
Packages that use TermsAndConditionsTemplate
-
Uses of TermsAndConditionsTemplate in com.blockchyp.client
Methods in com.blockchyp.client that return TermsAndConditionsTemplateModifier and TypeMethodDescriptionBlockChypClient.tcTemplate(TermsAndConditionsTemplateRequest request) Returns a single terms and conditions template.BlockChypClient.tcUpdateTemplate(TermsAndConditionsTemplate request) Updates or creates a terms and conditions template.Methods in com.blockchyp.client with parameters of type TermsAndConditionsTemplateModifier and TypeMethodDescriptionBlockChypClient.tcUpdateTemplate(TermsAndConditionsTemplate request) Updates or creates a terms and conditions template. -
Uses of TermsAndConditionsTemplate in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type TermsAndConditionsTemplateModifier and TypeMethodDescriptionTermsAndConditionsTemplateResponse.getResults()Gets results responsive to a request.Methods in com.blockchyp.client.dto with parameters of type TermsAndConditionsTemplateModifier and TypeMethodDescriptionvoidTermsAndConditionsTemplateResponse.addResult(TermsAndConditionsTemplate value) Adds a results responsive to a request.Method parameters in com.blockchyp.client.dto with type arguments of type TermsAndConditionsTemplateModifier and TypeMethodDescriptionvoidTermsAndConditionsTemplateResponse.setResults(Collection<TermsAndConditionsTemplate> value) Sets results responsive to a request.