public static class ListMentionsOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
ListMentionsOptions.Builder()
Instantiates a new builder. 
 | 
ListMentionsOptions.Builder(java.lang.String workspaceId,
                           java.lang.String entity)
Instantiates a new builder with required properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ListMentionsOptions | 
build()
Builds a ListMentionsOptions. 
 | 
ListMentionsOptions.Builder | 
entity(java.lang.String entity)
Set the entity. 
 | 
ListMentionsOptions.Builder | 
export(java.lang.Boolean export)
Set the export. 
 | 
ListMentionsOptions.Builder | 
includeAudit(java.lang.Boolean includeAudit)
Set the includeAudit. 
 | 
ListMentionsOptions.Builder | 
workspaceId(java.lang.String workspaceId)
Set the workspaceId. 
 | 
public ListMentionsOptions.Builder()
public ListMentionsOptions.Builder(java.lang.String workspaceId,
                           java.lang.String entity)
workspaceId - the workspaceIdentity - the entitypublic ListMentionsOptions build()
public ListMentionsOptions.Builder workspaceId(java.lang.String workspaceId)
workspaceId - the workspaceIdpublic ListMentionsOptions.Builder entity(java.lang.String entity)
entity - the entitypublic ListMentionsOptions.Builder export(java.lang.Boolean export)
export - the exportpublic ListMentionsOptions.Builder includeAudit(java.lang.Boolean includeAudit)
includeAudit - the includeAudit