public class PropertyDescriptor extends Object
| Constructor and Description |
|---|
PropertyDescriptor(String key,
String name,
Visibility visibility) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static PropertyDescriptor |
from(String key,
String name,
Visibility visibility) |
static PropertyDescriptor |
fromProperty(Property p) |
static PropertyDescriptor |
fromPropertyDeleteMutation(PropertyDeleteMutation p) |
static PropertyDescriptor |
fromPropertySoftDeleteMutation(PropertySoftDeleteMutation p) |
String |
getKey() |
String |
getName() |
Visibility |
getVisibility() |
int |
hashCode() |
String |
toString() |
public PropertyDescriptor(String key, String name, Visibility visibility)
public static PropertyDescriptor from(String key, String name, Visibility visibility)
public static PropertyDescriptor fromProperty(Property p)
public static PropertyDescriptor fromPropertyDeleteMutation(PropertyDeleteMutation p)
public static PropertyDescriptor fromPropertySoftDeleteMutation(PropertySoftDeleteMutation p)
public String getKey()
public String getName()
public Visibility getVisibility()
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.