public class Paths extends Object implements Serializable
A complex type that contains information about the objects that you want to invalidate.
| Constructor and Description | 
|---|
| Paths() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| List<String> | getItems()A complex type that contains a list of the objects that you want to
 invalidate. | 
| Integer | getQuantity()The number of objects that you want to invalidate. | 
| int | hashCode() | 
| void | setItems(Collection<String> items)A complex type that contains a list of the objects that you want to
 invalidate. | 
| void | setQuantity(Integer quantity)The number of objects that you want to invalidate. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| Paths | withItems(Collection<String> items)A complex type that contains a list of the objects that you want to
 invalidate. | 
| Paths | withItems(String... items)A complex type that contains a list of the objects that you want to
 invalidate. | 
| Paths | withQuantity(Integer quantity)The number of objects that you want to invalidate. | 
public Integer getQuantity()
public void setQuantity(Integer quantity)
quantity - The number of objects that you want to invalidate.public Paths withQuantity(Integer quantity)
Returns a reference to this object so that method calls can be chained together.
quantity - The number of objects that you want to invalidate.public List<String> getItems()
public void setItems(Collection<String> items)
items - A complex type that contains a list of the objects that you want to
         invalidate.public Paths withItems(String... items)
Returns a reference to this object so that method calls can be chained together.
items - A complex type that contains a list of the objects that you want to
         invalidate.public Paths withItems(Collection<String> items)
Returns a reference to this object so that method calls can be chained together.
items - A complex type that contains a list of the objects that you want to
         invalidate.public String toString()
toString in class ObjectObject.toString()Copyright © 2015. All rights reserved.