Class KeystoneRole
- java.lang.Object
-
- org.openstack4j.openstack.identity.v3.domain.KeystoneRole
-
- All Implemented Interfaces:
Serializable,Buildable<RoleBuilder>,Role,ModelEntity
public class KeystoneRole extends Object implements Role
v3 role implementation- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneRole.RoleConcreteBuilderstatic classKeystoneRole.Roles-
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 KeystoneRole()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoleBuilderbuilder()StringgetDomainId()StringgetId()Globally unique across all domains.Map<String,String>getLinks()StringgetName()Map<String,String>getOptions()Get Role options.RoleBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static RoleBuilder builder()
-
toBuilder
public RoleBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<RoleBuilder>
-
getId
public String getId()
Globally unique across all domains.
-
getName
public String getName()
-
getDomainId
public String getDomainId()
- Specified by:
getDomainIdin interfaceRole- Returns:
- the domain id of the role
-
getOptions
public Map<String,String> getOptions()
Description copied from interface:RoleGet Role options.- Specified by:
getOptionsin interfaceRole
-
-