Class MessagingListUsersResponse.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MessagingListUsersResponse.Builder
-
- Enclosing class:
- MessagingListUsersResponse
public static final class MessagingListUsersResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingListUsersResponsebuild()MessagingListUsersResponse.BuildercontentType(java.lang.String contentType)HTTP response content type for this operationMessagingListUsersResponse.Builderheaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)MessagingListUsersResponse.BuildermessagingUsersPaginated(MessagingUsersPaginated messagingUsersPaginated)The list of users was retrieved.MessagingListUsersResponse.BuildermessagingUsersPaginated(java.util.Optional<? extends MessagingUsersPaginated> messagingUsersPaginated)The list of users was retrieved.MessagingListUsersResponse.BuilderrawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingMessagingListUsersResponse.BuilderstatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Method Detail
-
contentType
public MessagingListUsersResponse.Builder contentType(java.lang.String contentType)
HTTP response content type for this operation
-
statusCode
public MessagingListUsersResponse.Builder statusCode(int statusCode)
HTTP response status code for this operation
-
rawResponse
public MessagingListUsersResponse.Builder rawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
messagingUsersPaginated
public MessagingListUsersResponse.Builder messagingUsersPaginated(MessagingUsersPaginated messagingUsersPaginated)
The list of users was retrieved.
-
messagingUsersPaginated
public MessagingListUsersResponse.Builder messagingUsersPaginated(java.util.Optional<? extends MessagingUsersPaginated> messagingUsersPaginated)
The list of users was retrieved.
-
headers
public MessagingListUsersResponse.Builder headers(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
build
public MessagingListUsersResponse build()
-
-