public class DefaultAccessRepresentation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DefaultAccessRepresentation.DefaultAccessRepresentationBuilder |
Constructor and Description |
---|
DefaultAccessRepresentation() |
DefaultAccessRepresentation(List<String> defaultRoles,
List<String> defaultGroups,
List<String> defaultApplications) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
static DefaultAccessRepresentation.DefaultAccessRepresentationBuilder |
defaultAccessRepresentation() |
boolean |
equals(Object o) |
List<String> |
getDefaultApplications() |
List<String> |
getDefaultGroups() |
List<String> |
getDefaultRoles() |
int |
hashCode() |
void |
setDefaultApplications(List<String> defaultApplications) |
void |
setDefaultGroups(List<String> defaultGroups) |
void |
setDefaultRoles(List<String> defaultRoles) |
String |
toString() |
public static DefaultAccessRepresentation.DefaultAccessRepresentationBuilder defaultAccessRepresentation()
protected boolean canEqual(Object other)
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.