T - placeholder for the response type, used to avoid casting of responses. This is not
linked to the Type set on each request so a ClassCastException is possible if the type is set
incorrectly.public class ServiceReadRequestSet<T> extends Object implements Iterable<ServiceReadRequest<T>>
ServiceReadRequestBuilder.public Set<ServiceReadRequest<T>> getRequests()
public Iterator<ServiceReadRequest<T>> iterator()
iterator in interface Iterable<ServiceReadRequest<T>>Copyright © 2014. All Rights Reserved.