Package zendesk.support.requestlist
Class RequestListUiConfig.Builder
- java.lang.Object
-
- zendesk.support.requestlist.RequestListUiConfig.Builder
-
- Enclosing class:
- RequestListUiConfig
public static class RequestListUiConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description UiConfigconfig()Create aUiConfigfor the passed in configuration options.Intentintent(Context context)Create anIntentto start theRequestListActivitywith the specified configuration options.voidshow(Context context)Show theRequestListActivitywith the specified configuration options.RequestListUiConfig.BuilderwithUiConfigs(java.util.List<UiConfig> uiConfigs)Configurations for screen that can be started from RequestListActivity.RequestListUiConfig.BuilderwithUiConfigs(UiConfig... uiConfigs)Configurations for screen that can be started from RequestListActivity.
-
-
-
Method Detail
-
withUiConfigs
public RequestListUiConfig.Builder withUiConfigs(UiConfig... uiConfigs)
Configurations for screen that can be started from RequestListActivity.
-
withUiConfigs
public RequestListUiConfig.Builder withUiConfigs(java.util.List<UiConfig> uiConfigs)
Configurations for screen that can be started from RequestListActivity.
-
show
public void show(Context context)
Show theRequestListActivitywith the specified configuration options.- Parameters:
context- The context whichstartActivitywill be invoked on
-
intent
public Intent intent(Context context)
Create anIntentto start theRequestListActivitywith the specified configuration options.- Parameters:
context- The context whichstartActivitywill be invoked on- Returns:
- An
IntentforRequestListActivitywith the specified configuration options
-
-