byId

public B byId(Iterable<? extends Object> ids)

Requests only passed IDs to be included into the result of the request.

The calling code must pass identifiers that are of the same type, which also matches the ID type of the requested messages.

If the passed iterable is empty, all records matching other criteria will be returned.


public B byId(Array<Message> ids)
public B byId(Array<Long> ids)
public B byId(Array<Integer> ids)
public B byId(Array<String> ids)

Requests only passed IDs to be included into the result of the request.