setWithBlockedInfo method
Sets the flag to include blocked information (fluent).
Android Reference: ConversationsRequestBuilder.withBlockedInfo(bool)
Implementation
ConversationsRequestBuilder setWithBlockedInfo(bool value) {
withBlockedInfo = value;
return this;
}