public abstract class PutQuery extends DavQuery
Modifier | Constructor and Description |
---|---|
protected |
PutQuery(DavResource dr) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCollection() |
java.lang.String |
getExtId() |
boolean |
isCreate() |
protected static PutQuery |
of(DavResource dr,
java.lang.String contentType,
io.vertx.core.buffer.Buffer b) |
void |
setCollection(java.lang.String collection) |
void |
setCreate(boolean create) |
void |
setExtId(java.lang.String extId) |
protected PutQuery(DavResource dr)
public java.lang.String getExtId()
public void setExtId(java.lang.String extId)
public java.lang.String getCollection()
public void setCollection(java.lang.String collection)
public boolean isCreate()
public void setCreate(boolean create)
protected static PutQuery of(DavResource dr, java.lang.String contentType, io.vertx.core.buffer.Buffer b)
Copyright © 2024. All Rights Reserved.