@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiAuthRoleRef extends Object
Constructor and Description |
---|
ApiAuthRoleRef() |
Modifier and Type | Method and Description |
---|---|
ApiAuthRoleRef |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDisplayName()
The display name of the authRole.
|
String |
getName()
The name of the authRole.
|
String |
getUuid()
The uuid of the authRole, which uniquely identifies it in a CM installation.
|
int |
hashCode() |
ApiAuthRoleRef |
name(String name) |
void |
setDisplayName(String displayName) |
void |
setName(String name) |
void |
setUuid(String uuid) |
String |
toString() |
ApiAuthRoleRef |
uuid(String uuid) |
public ApiAuthRoleRef displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiAuthRoleRef name(String name)
public String getName()
public void setName(String name)
public ApiAuthRoleRef uuid(String uuid)
public String getUuid()
public void setUuid(String uuid)
Copyright © 2019. All rights reserved.