public class XPFOpenIDCMUserAccess extends XPFEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
XPFOpenIDCMUserAccess.XPFOpenIDCMUserAccessBuilder<C extends XPFOpenIDCMUserAccess,B extends XPFOpenIDCMUserAccess.XPFOpenIDCMUserAccessBuilder<C,B>> |
XPFEntity.XPFEntityBuilder<C extends XPFEntity,B extends XPFEntity.XPFEntityBuilder<C,B>>| Modifier | Constructor and Description |
|---|---|
|
XPFOpenIDCMUserAccess() |
protected |
XPFOpenIDCMUserAccess(XPFOpenIDCMUserAccess.XPFOpenIDCMUserAccessBuilder<?,?> b) |
| Modifier and Type | Method and Description |
|---|---|
static XPFOpenIDCMUserAccess.XPFOpenIDCMUserAccessBuilder<?,?> |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Optional<Boolean> |
getAccessAll()
Flag to indicate whether the CM User has access to all objects of a specific type.
|
Set<String> |
getAssignments()
The CM User's assigned objects of a specific type.
|
int |
hashCode() |
boolean |
isReplaceExisting()
Flag to indicate whether a user's existing objects of a specific type are to be replaced.
|
void |
setAccessAll(Optional<Boolean> accessAll)
Flag to indicate whether the CM User has access to all objects of a specific type.
|
void |
setAssignments(Set<String> assignments)
The CM User's assigned objects of a specific type.
|
void |
setReplaceExisting(boolean replaceExisting)
Flag to indicate whether a user's existing objects of a specific type are to be replaced.
|
String |
toString() |
getCustomData, getCustomDataValueprotected XPFOpenIDCMUserAccess(XPFOpenIDCMUserAccess.XPFOpenIDCMUserAccessBuilder<?,?> b)
public XPFOpenIDCMUserAccess()
public static XPFOpenIDCMUserAccess.XPFOpenIDCMUserAccessBuilder<?,?> builder()
public Optional<Boolean> getAccessAll()
public Set<String> getAssignments()
public boolean isReplaceExisting()
public void setAccessAll(Optional<Boolean> accessAll)
public void setAssignments(Set<String> assignments)
public void setReplaceExisting(boolean replaceExisting)
Copyright © 2026. All rights reserved.