|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.request.PropPatchRequest.PropPatchOperation
public static class PropPatchRequest.PropPatchOperation
a single PROPPATCH operation.
| Constructor Summary | |
|---|---|
PropPatchRequest.PropPatchOperation(PropPatchRequest.OperationType t, IProperty p)
creates a new PropPatchOperation of the given type, with the
given property. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
returns whether the given object is equal to the PropPatchOperation. |
IProperty |
getProperty()
returns the property element. |
PropPatchRequest.OperationType |
getType()
returns the operation type. |
int |
hashCode()
returns the hash code. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropPatchRequest.PropPatchOperation(PropPatchRequest.OperationType t, IProperty p)
PropPatchOperation of the given type, with the
given property.
t - the typep - the property| Method Detail |
|---|
public final PropPatchRequest.OperationType getType()
public final IProperty getProperty()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
PropPatchOperation.
equals in class java.lang.Objectobj - the object to check against
true, if and only if the given object is a PropPatchOperation with the same type and property.
Otherwise false.Object.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||