Uses of Class
co.yellowdog.platform.model.RetryProperties
Packages that use RetryProperties
Package
Description
Provides the types that define the YellowDog Platform data model.
-
Uses of RetryProperties in co.yellowdog.platform.model
Subclasses with type arguments of type RetryProperties in co.yellowdog.platform.modelModifier and TypeClassDescriptionstatic classA builder that can be used to build a new RetryProperties that is automatically validated on build.Methods in co.yellowdog.platform.model that return RetryPropertiesModifier and TypeMethodDescriptionRetryProperties.Builder.buildUnchecked()ServicesSchema.getRetry()Methods in co.yellowdog.platform.model with parameters of type RetryPropertiesModifier and TypeMethodDescriptionServicesSchema.Builder.retry(RetryProperties retry) voidServicesSchema.setRetry(RetryProperties retry)