@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiAuthRoleMetadata extends Object
Constructor and Description |
---|
ApiAuthRoleMetadata() |
Modifier and Type | Method and Description |
---|---|
ApiAuthRoleMetadata |
addAllowedScopesItem(String allowedScopesItem) |
ApiAuthRoleMetadata |
addAuthoritiesItem(ApiAuthRoleAuthority authoritiesItem) |
ApiAuthRoleMetadata |
allowedScopes(List<String> allowedScopes) |
ApiAuthRoleMetadata |
authorities(List<ApiAuthRoleAuthority> authorities) |
ApiAuthRoleMetadata |
displayName(String displayName) |
boolean |
equals(Object o) |
List<String> |
getAllowedScopes() |
List<ApiAuthRoleAuthority> |
getAuthorities() |
String |
getDisplayName() |
String |
getRole() |
String |
getUuid() |
int |
hashCode() |
ApiAuthRoleMetadata |
role(String role) |
void |
setAllowedScopes(List<String> allowedScopes) |
void |
setAuthorities(List<ApiAuthRoleAuthority> authorities) |
void |
setDisplayName(String displayName) |
void |
setRole(String role) |
void |
setUuid(String uuid) |
String |
toString() |
ApiAuthRoleMetadata |
uuid(String uuid) |
public ApiAuthRoleMetadata displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiAuthRoleMetadata uuid(String uuid)
public String getUuid()
public void setUuid(String uuid)
public ApiAuthRoleMetadata role(String role)
public String getRole()
public void setRole(String role)
public ApiAuthRoleMetadata authorities(List<ApiAuthRoleAuthority> authorities)
public ApiAuthRoleMetadata addAuthoritiesItem(ApiAuthRoleAuthority authoritiesItem)
public List<ApiAuthRoleAuthority> getAuthorities()
public void setAuthorities(List<ApiAuthRoleAuthority> authorities)
public ApiAuthRoleMetadata allowedScopes(List<String> allowedScopes)
public ApiAuthRoleMetadata addAllowedScopesItem(String allowedScopesItem)
Copyright © 2019. All rights reserved.