public abstract class PropertyRemoveMutation extends Object implements Comparable<PropertyRemoveMutation>
| Constructor and Description |
|---|
PropertyRemoveMutation() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertyRemoveMutation that) |
boolean |
equals(Object o) |
abstract String |
getKey() |
abstract String |
getName() |
abstract Visibility |
getVisibility() |
int |
hashCode() |
String |
toString() |
public abstract String getKey()
public abstract String getName()
public abstract Visibility getVisibility()
public int compareTo(PropertyRemoveMutation that)
compareTo in interface Comparable<PropertyRemoveMutation>Copyright © 2014–2015. All rights reserved.