public static class UpdateViewHook.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateViewHook.Builder |
addExtraGroups(boolean addExtraGroups) |
UpdateViewHook.Builder |
blackListElementGroups(Set<String> blackListElementGroups) |
UpdateViewHook |
build() |
UpdateViewHook.Builder |
setViewToMerge(View viewToMerge) |
UpdateViewHook.Builder |
whiteListElementGroups(Set<String> whiteListElementGroups) |
UpdateViewHook.Builder |
withDataAuth(Set<String> withDataAuths) |
UpdateViewHook.Builder |
withOpAuth(Set<String> withOpAuth) |
UpdateViewHook.Builder |
withoutDataAuth(Set<String> withoutDataAuth) |
UpdateViewHook.Builder |
withoutOpAuth(Set<String> withoutOpAuth) |
public UpdateViewHook.Builder withOpAuth(Set<String> withOpAuth)
public UpdateViewHook.Builder withoutOpAuth(Set<String> withoutOpAuth)
public UpdateViewHook.Builder withDataAuth(Set<String> withDataAuths)
public UpdateViewHook.Builder withoutDataAuth(Set<String> withoutDataAuth)
public UpdateViewHook.Builder whiteListElementGroups(Set<String> whiteListElementGroups)
public UpdateViewHook.Builder blackListElementGroups(Set<String> blackListElementGroups)
public UpdateViewHook.Builder setViewToMerge(View viewToMerge)
public UpdateViewHook.Builder addExtraGroups(boolean addExtraGroups)
public UpdateViewHook build()
Copyright © 2022. All rights reserved.