Interface ListPutParams._FinalStage
-
- All Known Implementing Classes:
ListPutParams.Builder
- Enclosing class:
- ListPutParams
public static interface ListPutParams._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListPutParamsbuild()ListPutParams._FinalStagepreferences(RecipientPreferences preferences)ListPutParams._FinalStagepreferences(java.util.Optional<RecipientPreferences> preferences)
-
-
-
Method Detail
-
build
ListPutParams build()
-
preferences
ListPutParams._FinalStage preferences(java.util.Optional<RecipientPreferences> preferences)
-
preferences
ListPutParams._FinalStage preferences(RecipientPreferences preferences)
-
-