Class MessagingListUsersResponse
- java.lang.Object
-
- com.stackone.stackone_client_java.models.operations.MessagingListUsersResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagingListUsersResponse.Builder
-
Constructor Summary
Constructors Constructor Description MessagingListUsersResponse(java.lang.String contentType, int statusCode, java.net.http.HttpResponse<java.io.InputStream> rawResponse, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)MessagingListUsersResponse(java.lang.String contentType, int statusCode, java.net.http.HttpResponse<java.io.InputStream> rawResponse, java.util.Optional<? extends MessagingUsersPaginated> messagingUsersPaginated, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessagingListUsersResponse.Builderbuilder()java.lang.StringcontentType()HTTP response content type for this operationbooleanequals(java.lang.Object o)inthashCode()java.util.Map<java.lang.String,java.util.List<java.lang.String>>headers()java.util.Optional<MessagingUsersPaginated>messagingUsersPaginated()The list of users was retrieved.java.net.http.HttpResponse<java.io.InputStream>rawResponse()Raw HTTP response; suitable for custom response parsingintstatusCode()HTTP response status code for this operationjava.lang.StringtoString()MessagingListUsersResponsewithContentType(java.lang.String contentType)HTTP response content type for this operationMessagingListUsersResponsewithHeaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)MessagingListUsersResponsewithMessagingUsersPaginated(MessagingUsersPaginated messagingUsersPaginated)The list of users was retrieved.MessagingListUsersResponsewithMessagingUsersPaginated(java.util.Optional<? extends MessagingUsersPaginated> messagingUsersPaginated)The list of users was retrieved.MessagingListUsersResponsewithRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)Raw HTTP response; suitable for custom response parsingMessagingListUsersResponsewithStatusCode(int statusCode)HTTP response status code for this operation
-
-
-
Constructor Detail
-
MessagingListUsersResponse
public MessagingListUsersResponse(java.lang.String contentType, int statusCode, java.net.http.HttpResponse<java.io.InputStream> rawResponse, java.util.Optional<? extends MessagingUsersPaginated> messagingUsersPaginated, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
MessagingListUsersResponse
public MessagingListUsersResponse(java.lang.String contentType, int statusCode, java.net.http.HttpResponse<java.io.InputStream> rawResponse, java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
-
Method Detail
-
contentType
public java.lang.String contentType()
HTTP response content type for this operation- Specified by:
contentTypein interfaceResponse
-
statusCode
public int statusCode()
HTTP response status code for this operation- Specified by:
statusCodein interfaceResponse
-
rawResponse
public java.net.http.HttpResponse<java.io.InputStream> rawResponse()
Raw HTTP response; suitable for custom response parsing- Specified by:
rawResponsein interfaceResponse
-
messagingUsersPaginated
public java.util.Optional<MessagingUsersPaginated> messagingUsersPaginated()
The list of users was retrieved.
-
headers
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers()
-
builder
public static MessagingListUsersResponse.Builder builder()
-
withContentType
public MessagingListUsersResponse withContentType(java.lang.String contentType)
HTTP response content type for this operation
-
withStatusCode
public MessagingListUsersResponse withStatusCode(int statusCode)
HTTP response status code for this operation
-
withRawResponse
public MessagingListUsersResponse withRawResponse(java.net.http.HttpResponse<java.io.InputStream> rawResponse)
Raw HTTP response; suitable for custom response parsing
-
withMessagingUsersPaginated
public MessagingListUsersResponse withMessagingUsersPaginated(MessagingUsersPaginated messagingUsersPaginated)
The list of users was retrieved.
-
withMessagingUsersPaginated
public MessagingListUsersResponse withMessagingUsersPaginated(java.util.Optional<? extends MessagingUsersPaginated> messagingUsersPaginated)
The list of users was retrieved.
-
withHeaders
public MessagingListUsersResponse withHeaders(java.util.Map<java.lang.String,java.util.List<java.lang.String>> headers)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-