public class EndpointBatchRequest extends Object implements Serializable
Constructor and Description |
---|
EndpointBatchRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<EndpointBatchItem> |
getItem()
List of items to update.
|
int |
hashCode() |
void |
setItem(Collection<EndpointBatchItem> item)
List of items to update.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
EndpointBatchRequest |
withItem(Collection<EndpointBatchItem> item)
List of items to update.
|
EndpointBatchRequest |
withItem(EndpointBatchItem... item)
List of items to update.
|
public List<EndpointBatchItem> getItem()
public void setItem(Collection<EndpointBatchItem> item)
item
- List of items to update. Maximum 100 itemspublic EndpointBatchRequest withItem(EndpointBatchItem... item)
Returns a reference to this object so that method calls can be chained together.
item
- List of items to update. Maximum 100 itemspublic EndpointBatchRequest withItem(Collection<EndpointBatchItem> item)
Returns a reference to this object so that method calls can be chained together.
item
- List of items to update. Maximum 100 itemspublic String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.