public class BookMultiputResponse extends PostResponse
Constructor and Description |
---|
BookMultiputResponse(java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Create> |
getCreated() |
java.lang.String |
getPath() |
java.util.List<Remove> |
getRemoved() |
java.util.List<Update> |
getUpdated() |
void |
setCreated(java.util.List<Create> created) |
void |
setRemoved(java.util.List<Remove> removed) |
void |
setUpdated(java.util.List<Update> updated) |
public java.util.List<Create> getCreated()
public void setCreated(java.util.List<Create> created)
public java.util.List<Update> getUpdated()
public void setUpdated(java.util.List<Update> updated)
public java.util.List<Remove> getRemoved()
public void setRemoved(java.util.List<Remove> removed)
public java.lang.String getPath()
Copyright © 2021. All Rights Reserved.