Class ResponseModifierFilter.Builder
java.lang.Object
com.castlabs.sdk.downloader.network.ResponseModifierFilter.Builder
- Enclosing class:
ResponseModifierFilter
Builder for
ResponseModifierFilter instances.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the filter.downloadId(String downloadId) Restricts the filter to a specific download id.
-
Method Details
-
downloadId
Restricts the filter to a specific download id.- Parameters:
downloadId- Identifier that must match the response tag- Returns:
- This builder for chaining
-
build
Builds the filter.- Returns:
- Configured filter instance
-