Uses of Class
co.tryterra.terraclient.RequestConfig.Samples
-
Packages that use RequestConfig.Samples Package Description co.tryterra.terraclient -
-
Uses of RequestConfig.Samples in co.tryterra.terraclient
Methods in co.tryterra.terraclient that return RequestConfig.Samples Modifier and Type Method Description RequestConfig.Samples
RequestConfig. getWithSamples()
The value that will be sent to indicate whether the API should return data samples with the response body.static RequestConfig.Samples
RequestConfig.Samples. valueOf(String name)
Returns the enum constant of this type with the specified name.static RequestConfig.Samples[]
RequestConfig.Samples. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in co.tryterra.terraclient with parameters of type RequestConfig.Samples Modifier and Type Method Description RequestConfig.Builder
RequestConfig.Builder. withSamples(RequestConfig.Samples value)
Set whether the data returned from the API request will include sample data.
-