setUid method
Scopes the list to one 1-1 counterpart's threads. Mutually exclusive with setGuid — setting both is a validation error at fetch time.
Implementation
ThreadsRequestBuilder setUid(String uid) {
this.uid = uid;
return this;
}
Scopes the list to one 1-1 counterpart's threads. Mutually exclusive with setGuid — setting both is a validation error at fetch time.
ThreadsRequestBuilder setUid(String uid) {
this.uid = uid;
return this;
}