Package odata.msgraph.client.beta.entity
Class PrivilegedOperationEvent
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.PrivilegedOperationEvent
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class PrivilegedOperationEvent extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrivilegedOperationEvent.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringadditionalInformationprotected OffsetDateTimecreationDateTimeprotected OffsetDateTimeexpirationDateTimeprotected StringreferenceKeyprotected StringreferenceSystemprotected StringrequestorIdprotected StringrequestorNameprotected StringrequestTypeprotected StringroleIdprotected StringroleNameprotected StringtenantIdprotected StringuserIdprotected StringuserMailprotected StringuserName-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPrivilegedOperationEvent()
-
Method Summary
-
-
-
Field Detail
-
additionalInformation
protected String additionalInformation
-
creationDateTime
protected OffsetDateTime creationDateTime
-
expirationDateTime
protected OffsetDateTime expirationDateTime
-
referenceKey
protected String referenceKey
-
referenceSystem
protected String referenceSystem
-
requestorId
protected String requestorId
-
requestorName
protected String requestorName
-
requestType
protected String requestType
-
roleId
protected String roleId
-
roleName
protected String roleName
-
tenantId
protected String tenantId
-
userId
protected String userId
-
userMail
protected String userMail
-
userName
protected String userName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderPrivilegedOperationEvent
public static PrivilegedOperationEvent.Builder builderPrivilegedOperationEvent()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withAdditionalInformation
public PrivilegedOperationEvent withAdditionalInformation(String additionalInformation)
-
getCreationDateTime
public Optional<OffsetDateTime> getCreationDateTime()
-
withCreationDateTime
public PrivilegedOperationEvent withCreationDateTime(OffsetDateTime creationDateTime)
-
getExpirationDateTime
public Optional<OffsetDateTime> getExpirationDateTime()
-
withExpirationDateTime
public PrivilegedOperationEvent withExpirationDateTime(OffsetDateTime expirationDateTime)
-
withReferenceKey
public PrivilegedOperationEvent withReferenceKey(String referenceKey)
-
withReferenceSystem
public PrivilegedOperationEvent withReferenceSystem(String referenceSystem)
-
withRequestorId
public PrivilegedOperationEvent withRequestorId(String requestorId)
-
withRequestorName
public PrivilegedOperationEvent withRequestorName(String requestorName)
-
withRequestType
public PrivilegedOperationEvent withRequestType(String requestType)
-
withRoleId
public PrivilegedOperationEvent withRoleId(String roleId)
-
withRoleName
public PrivilegedOperationEvent withRoleName(String roleName)
-
withTenantId
public PrivilegedOperationEvent withTenantId(String tenantId)
-
withUserId
public PrivilegedOperationEvent withUserId(String userId)
-
withUserMail
public PrivilegedOperationEvent withUserMail(String userMail)
-
withUserName
public PrivilegedOperationEvent withUserName(String userName)
-
withUnmappedField
public PrivilegedOperationEvent withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public PrivilegedOperationEvent patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public PrivilegedOperationEvent put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-