Uses of Class
com.blockchyp.client.dto.TermsAndConditionsLogEntry
Packages that use TermsAndConditionsLogEntry
-
Uses of TermsAndConditionsLogEntry in com.blockchyp.client
Methods in com.blockchyp.client that return TermsAndConditionsLogEntryModifier and TypeMethodDescriptionBlockChypClient.tcEntry(TermsAndConditionsLogRequest request) Returns a single detailed Terms and Conditions entry. -
Uses of TermsAndConditionsLogEntry in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type TermsAndConditionsLogEntryModifier and TypeMethodDescriptionTermsAndConditionsLogResponse.getResults()Gets the full result set responsive to the original request, subject to pagination limits.Methods in com.blockchyp.client.dto with parameters of type TermsAndConditionsLogEntryModifier and TypeMethodDescriptionvoidTermsAndConditionsLogResponse.addResult(TermsAndConditionsLogEntry value) Adds a the full result set responsive to the original request, subject to pagination limits.Method parameters in com.blockchyp.client.dto with type arguments of type TermsAndConditionsLogEntryModifier and TypeMethodDescriptionvoidTermsAndConditionsLogResponse.setResults(Collection<TermsAndConditionsLogEntry> value) Sets the full result set responsive to the original request, subject to pagination limits.