Package odata.msgraph.client.beta.entity
Class AppVulnerabilityManagedDevice
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.AppVulnerabilityManagedDevice
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AppVulnerabilityManagedDevice extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“An app vulnerability managed device.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppVulnerabilityManagedDevice.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringdisplayNameprotected OffsetDateTimelastSyncDateTimeprotected StringmanagedDeviceId-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAppVulnerabilityManagedDevice()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AppVulnerabilityManagedDevice.BuilderbuilderAppVulnerabilityManagedDevice()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.internal.ChangedFieldsgetChangedFields()Optional<String>getDisplayName()“The device name.”Optional<OffsetDateTime>getLastSyncDateTime()“The created date.”Optional<String>getManagedDeviceId()“The Intune managed device ID.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()AppVulnerabilityManagedDevicepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)AppVulnerabilityManagedDeviceput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()AppVulnerabilityManagedDevicewithDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.AppVulnerabilityManagedDevicewithLastSyncDateTime(OffsetDateTime lastSyncDateTime)Returns an immutable copy ofthiswith just thelastSyncDateTimefield changed.AppVulnerabilityManagedDevicewithManagedDeviceId(String managedDeviceId)Returns an immutable copy ofthiswith just themanagedDeviceIdfield changed.AppVulnerabilityManagedDevicewithUnmappedField(String name, String value)
-
-
-
Field Detail
-
displayName
protected String displayName
-
lastSyncDateTime
protected OffsetDateTime lastSyncDateTime
-
managedDeviceId
protected String managedDeviceId
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderAppVulnerabilityManagedDevice
public static AppVulnerabilityManagedDevice.Builder builderAppVulnerabilityManagedDevice()
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
-
getDisplayName
public Optional<String> getDisplayName()
“The device name.”- Returns:
- property displayName
-
withDisplayName
public AppVulnerabilityManagedDevice withDisplayName(String displayName)
Returns an immutable copy ofthiswith just thedisplayNamefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The device name.”
- Parameters:
displayName- new value ofdisplayNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedisplayNamefield changed
-
getLastSyncDateTime
public Optional<OffsetDateTime> getLastSyncDateTime()
“The created date.”- Returns:
- property lastSyncDateTime
-
withLastSyncDateTime
public AppVulnerabilityManagedDevice withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
Returns an immutable copy ofthiswith just thelastSyncDateTimefield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The created date.”
- Parameters:
lastSyncDateTime- new value oflastSyncDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelastSyncDateTimefield changed
-
getManagedDeviceId
public Optional<String> getManagedDeviceId()
“The Intune managed device ID.”- Returns:
- property managedDeviceId
-
withManagedDeviceId
public AppVulnerabilityManagedDevice withManagedDeviceId(String managedDeviceId)
Returns an immutable copy ofthiswith just themanagedDeviceIdfield changed. Field description below. The field name is also added to an internal map of changed fields in the returned object so that whenthis. patch()is called (if available)on the returned object only the changed fields are submitted.“The Intune managed device ID.”
- Parameters:
managedDeviceId- new value ofmanagedDeviceIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themanagedDeviceIdfield changed
-
withUnmappedField
public AppVulnerabilityManagedDevice 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 AppVulnerabilityManagedDevice patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public AppVulnerabilityManagedDevice put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-