public class RolePrivilegeAuditDetail extends AuditDetail implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RolePrivilegeAuditDetail.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
invalidNewPrivileges |
protected String |
invalidNewPrivilegesNextLink |
protected List<RolePrivilege> |
newRolePrivileges |
protected String |
newRolePrivilegesNextLink |
protected List<RolePrivilege> |
oldRolePrivileges |
protected String |
oldRolePrivilegesNextLink |
contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
RolePrivilegeAuditDetail() |
| Modifier and Type | Method and Description |
|---|---|
static RolePrivilegeAuditDetail.Builder |
builderRolePrivilegeAuditDetail()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getInvalidNewPrivileges() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getInvalidNewPrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
getNewRolePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
getNewRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
getOldRolePrivileges() |
com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> |
getOldRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
RolePrivilegeAuditDetail |
withUnmappedField(String name,
String value) |
builderprotected List<RolePrivilege> oldRolePrivileges
protected String oldRolePrivilegesNextLink
protected List<RolePrivilege> newRolePrivileges
protected String newRolePrivilegesNextLink
protected String invalidNewPrivilegesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AuditDetailpublic com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> getOldRolePrivileges()
public com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> getOldRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> getNewRolePrivileges()
public com.github.davidmoten.odata.client.CollectionPage<RolePrivilege> getNewRolePrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)
public com.github.davidmoten.odata.client.CollectionPage<String> getInvalidNewPrivileges()
public com.github.davidmoten.odata.client.CollectionPage<String> getInvalidNewPrivileges(com.github.davidmoten.odata.client.HttpRequestOptions options)
public RolePrivilegeAuditDetail withUnmappedField(String name, String value)
withUnmappedField in class AuditDetailpublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AuditDetailpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AuditDetailpublic static RolePrivilegeAuditDetail.Builder builderRolePrivilegeAuditDetail()
public String toString()
toString in class AuditDetailCopyright © 2018–2021. All rights reserved.