Class KeystoneGroup
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneGroup
-
- All Implemented Interfaces:
Serializable,Buildable<GroupBuilder>,Group,ModelEntity
public class KeystoneGroup extends Object implements Group
group model class for identity/v3- See Also:
- API reference, Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneGroup.GroupConcreteBuilderstatic classKeystoneGroup.Groups-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description KeystoneGroup()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GroupBuilderbuilder()booleanequals(Object obj)StringgetDescription()StringgetDomainId()StringgetId()Globally unique within the owning domain.Map<String,String>getLinks()StringgetName()inthashCode()GroupBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static GroupBuilder builder()
- Returns:
- the group builder
-
toBuilder
public GroupBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<GroupBuilder>
-
getId
public String getId()
Globally unique within the owning domain.
-
getName
public String getName()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceGroup- Returns:
- the description of the group
-
getDomainId
public String getDomainId()
- Specified by:
getDomainIdin interfaceGroup- Returns:
- the domain id of the group
-
-