Package com.courier.api.types
Interface SendMessageResponse.RequestIdStage
-
- All Known Implementing Classes:
SendMessageResponse.Builder
- Enclosing class:
- SendMessageResponse
public static interface SendMessageResponse.RequestIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SendMessageResponse.Builderfrom(SendMessageResponse other)SendMessageResponse._FinalStagerequestId(java.lang.String requestId)
-
-
-
Method Detail
-
requestId
SendMessageResponse._FinalStage requestId(java.lang.String requestId)
-
from
SendMessageResponse.Builder from(SendMessageResponse other)
-
-