Interface GetOperationRequest._FinalStage
-
- All Known Implementing Classes:
GetOperationRequest.Builder
- Enclosing class:
- GetOperationRequest
public static interface GetOperationRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetOperationRequestbuild()GetOperationRequest._FinalStagenamespaceId(java.util.Optional<java.util.UUID> namespaceId)GetOperationRequest._FinalStagenamespaceId(java.util.UUID namespaceId)GetOperationRequest._FinalStagewatchIndex(java.lang.String watchIndex)GetOperationRequest._FinalStagewatchIndex(java.util.Optional<java.lang.String> watchIndex)
-
-
-
Method Detail
-
build
GetOperationRequest build()
-
watchIndex
GetOperationRequest._FinalStage watchIndex(java.util.Optional<java.lang.String> watchIndex)
-
watchIndex
GetOperationRequest._FinalStage watchIndex(java.lang.String watchIndex)
-
namespaceId
GetOperationRequest._FinalStage namespaceId(java.util.Optional<java.util.UUID> namespaceId)
-
namespaceId
GetOperationRequest._FinalStage namespaceId(java.util.UUID namespaceId)
-
-