Interface Group
-
- All Superinterfaces:
Buildable<GroupBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
KeystoneGroup
public interface Group extends ModelEntity, Buildable<GroupBuilder>
Group model- See Also:
- API reference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()StringgetDomainId()StringgetId()Globally unique within the owning domain.Map<String,String>getLinks()StringgetName()
-
-
-
Method Detail
-
getId
String getId()
Globally unique within the owning domain.- Returns:
- the id of the group
-
getName
String getName()
- Returns:
- the name of the group
-
getDescription
String getDescription()
- Returns:
- the description of the group
-
getDomainId
String getDomainId()
- Returns:
- the domain id of the group
-
-