public static interface MonitorUserDocument.IMonitorUserGroups
MonitorUserDocument
that corresponds to groups info.Modifier and Type | Method and Description |
---|---|
void |
addAliases(Collection<String> aliases)
Adds the values to the groups aliases in this document.
|
void |
addAliases(String... aliases)
Adds the values to the groups aliases in this document.
|
void |
addIds(Collection<String> ids)
Adds the values to the groups identifiers in this document.
|
void |
addIds(String... ids)
Adds the values to the groups identifiers in this document.
|
Collection<String> |
getAliases()
Returns the groups aliases in this document.
|
Collection<String> |
getIds()
Returns the groups identifiers in this document.
|
Collection<String> getAliases()
void addAliases(String... aliases)
aliases
- the values to set.void addAliases(Collection<String> aliases)
aliases
- the values to set.Collection<String> getIds()
void addIds(String... ids)
ids
- the values to set.void addIds(Collection<String> ids)
ids
- the values to set.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.