public class PrivilegedOperationEvent extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
PrivilegedOperationEvent.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
additionalInformation |
protected OffsetDateTime |
creationDateTime |
protected OffsetDateTime |
expirationDateTime |
protected String |
referenceKey |
protected String |
referenceSystem |
protected String |
requestorId |
protected String |
requestorName |
protected String |
requestType |
protected String |
roleId |
protected String |
roleName |
protected String |
tenantId |
protected String |
userId |
protected String |
userMail |
protected String |
userName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
PrivilegedOperationEvent() |
protected String userId
protected String userName
protected String userMail
protected String roleId
protected String roleName
protected OffsetDateTime expirationDateTime
protected OffsetDateTime creationDateTime
protected String requestorId
protected String requestorName
protected String tenantId
protected String requestType
protected String additionalInformation
protected String referenceKey
protected String referenceSystem
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static PrivilegedOperationEvent.Builder builderPrivilegedOperationEvent()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic PrivilegedOperationEvent withUserId(String userId)
public PrivilegedOperationEvent withUserName(String userName)
public PrivilegedOperationEvent withUserMail(String userMail)
public PrivilegedOperationEvent withRoleId(String roleId)
public PrivilegedOperationEvent withRoleName(String roleName)
public Optional<OffsetDateTime> getExpirationDateTime()
public PrivilegedOperationEvent withExpirationDateTime(OffsetDateTime expirationDateTime)
public Optional<OffsetDateTime> getCreationDateTime()
public PrivilegedOperationEvent withCreationDateTime(OffsetDateTime creationDateTime)
public PrivilegedOperationEvent withRequestorId(String requestorId)
public PrivilegedOperationEvent withRequestorName(String requestorName)
public PrivilegedOperationEvent withTenantId(String tenantId)
public PrivilegedOperationEvent withRequestType(String requestType)
public PrivilegedOperationEvent withAdditionalInformation(String additionalInformation)
public PrivilegedOperationEvent withReferenceKey(String referenceKey)
public PrivilegedOperationEvent withReferenceSystem(String referenceSystem)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic PrivilegedOperationEvent patch()
this with changed fields reset.public PrivilegedOperationEvent put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.