public class ListCustomerSegmentsResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListCustomerSegmentsResponse.Builder
Class to build instances of
ListCustomerSegmentsResponse. |
| Constructor and Description |
|---|
ListCustomerSegmentsResponse(List<Error> errors,
List<CustomerSegment> segments,
String cursor)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
HttpContext |
getContext() |
String |
getCursor()
Getter for Cursor.
|
List<Error> |
getErrors()
Getter for Errors.
|
List<CustomerSegment> |
getSegments()
Getter for Segments.
|
int |
hashCode() |
ListCustomerSegmentsResponse.Builder |
toBuilder()
Builds a new
ListCustomerSegmentsResponse.Builder object. |
String |
toString()
Converts this ListCustomerSegmentsResponse into string format.
|
public ListCustomerSegmentsResponse(List<Error> errors, List<CustomerSegment> segments, String cursor)
errors - List of Error value for errors.segments - List of CustomerSegment value for segments.cursor - String value for cursor.public HttpContext getContext()
public List<Error> getErrors()
public List<CustomerSegment> getSegments()
public String getCursor()
public String toString()
public ListCustomerSegmentsResponse.Builder toBuilder()
ListCustomerSegmentsResponse.Builder object.
Creates the instance with the state of the current model.ListCustomerSegmentsResponse.Builder objectCopyright © 2022. All rights reserved.