public class ProfileGroup extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getKey() |
Integer |
getPriority() |
String |
getReference() |
List<ProfileRole> |
getRoles() |
int |
hashCode() |
ProfileGroup |
init() |
io.vertx.core.Future<ProfileGroup> |
initAsync() |
ProfileGroup |
setReference(String reference) |
String |
toString() |
public io.vertx.core.Future<ProfileGroup> initAsync()
public ProfileGroup init()
public Integer getPriority()
public String getKey()
public List<ProfileRole> getRoles()
public String getReference()
public ProfileGroup setReference(String reference)
Copyright © 2019. All rights reserved.