Package odata.msgraph.client.complex
Class Process
- java.lang.Object
-
- odata.msgraph.client.complex.Process
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Process extends Object implements com.github.davidmoten.odata.client.ODataType
Org.OData.Core.V1.Revisions
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcess.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountNameprotected StringcommandLineprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected OffsetDateTimecreatedDateTimeprotected FileHashfileHashprotected ProcessIntegrityLevelintegrityLevelprotected BooleanisElevatedprotected Stringnameprotected StringodataTypeprotected OffsetDateTimeparentProcessCreatedDateTimeprotected IntegerparentProcessIdprotected StringparentProcessNameprotected Stringpathprotected IntegerprocessIdprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedProcess()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
accountName
protected String accountName
-
commandLine
protected String commandLine
-
createdDateTime
protected OffsetDateTime createdDateTime
-
fileHash
protected FileHash fileHash
-
integrityLevel
protected ProcessIntegrityLevel integrityLevel
-
isElevated
protected Boolean isElevated
-
name
protected String name
-
parentProcessCreatedDateTime
protected OffsetDateTime parentProcessCreatedDateTime
-
parentProcessId
protected Integer parentProcessId
-
parentProcessName
protected String parentProcessName
-
path
protected String path
-
processId
protected Integer processId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public Process withCreatedDateTime(OffsetDateTime createdDateTime)
-
getIntegrityLevel
public Optional<ProcessIntegrityLevel> getIntegrityLevel()
-
withIntegrityLevel
public Process withIntegrityLevel(ProcessIntegrityLevel integrityLevel)
-
getParentProcessCreatedDateTime
public Optional<OffsetDateTime> getParentProcessCreatedDateTime()
-
withParentProcessCreatedDateTime
public Process withParentProcessCreatedDateTime(OffsetDateTime parentProcessCreatedDateTime)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static Process.Builder builder()
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
-
-