NetworkWatcher.Update 接口
定义
The template for update operation, containing all the settings that can be modified.
public interface Update extends Appliable<NetworkWatcher>,Resource.UpdateWithTags<Update>
继承成员
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
Resource.UpdateWithTags<T>.withoutTag(String key)
Resource.UpdateWithTags<T>.withTag(String key, String value)
Resource.UpdateWithTags<T>.withTags(Map<String, String> tags)