public class AppVulnerabilityMobileApp extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AppVulnerabilityMobileApp.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdDateTime |
protected String |
displayName |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
mobileAppId |
protected String |
mobileAppType |
protected String |
version |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AppVulnerabilityMobileApp() |
| Modifier and Type | Method and Description |
|---|---|
static AppVulnerabilityMobileApp.Builder |
builderAppVulnerabilityMobileApp()
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.ChangedFields |
getChangedFields() |
Optional<OffsetDateTime> |
getCreatedDateTime()
“The created date.”
|
Optional<String> |
getDisplayName()
“The device name.”
|
Optional<OffsetDateTime> |
getLastModifiedDateTime()
“The last modified date.”
|
Optional<String> |
getMobileAppId()
“The Intune mobile app ID.”
|
Optional<String> |
getMobileAppType()
“The app type.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getVersion()
“The app version.”
|
String |
odataTypeName() |
AppVulnerabilityMobileApp |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AppVulnerabilityMobileApp |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AppVulnerabilityMobileApp |
withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
AppVulnerabilityMobileApp |
withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
AppVulnerabilityMobileApp |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
AppVulnerabilityMobileApp |
withMobileAppId(String mobileAppId)
Returns an immutable copy of
this with just the mobileAppId
field changed. |
AppVulnerabilityMobileApp |
withMobileAppType(String mobileAppType)
Returns an immutable copy of
this with just the mobileAppType
field changed. |
AppVulnerabilityMobileApp |
withVersion(String version)
Returns an immutable copy of
this with just the version field
changed. |
protected String mobileAppId
protected String displayName
protected OffsetDateTime createdDateTime
protected OffsetDateTime lastModifiedDateTime
protected String mobileAppType
protected String version
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AppVulnerabilityMobileApp.Builder builderAppVulnerabilityMobileApp()
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 Optional<String> getMobileAppId()
public AppVulnerabilityMobileApp withMobileAppId(String mobileAppId)
this with just the mobileAppId
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The Intune mobile app ID.”
mobileAppId - new value of mobileAppId field (as defined in service metadata)this with just the mobileAppId field changedpublic Optional<String> getDisplayName()
public AppVulnerabilityMobileApp withDisplayName(String displayName)
this with just the displayName
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The device name.”
displayName - new value of displayName field (as defined in service metadata)this with just the displayName field changedpublic Optional<OffsetDateTime> getCreatedDateTime()
public AppVulnerabilityMobileApp withCreatedDateTime(OffsetDateTime createdDateTime)
this with just the createdDateTime
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The created date.”
createdDateTime - new value of createdDateTime field (as defined in service metadata)this with just the createdDateTime field changedpublic Optional<OffsetDateTime> getLastModifiedDateTime()
public AppVulnerabilityMobileApp withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
this with just the lastModifiedDateTime field changed. Field description below. The field name is
also added to an internal map of changed fields in the returned object so that
when this.patch() is called (if available)on the returned object only
the changed fields are submitted.
“The last modified date.”
lastModifiedDateTime - new value of lastModifiedDateTime field (as defined in service metadata)this with just the lastModifiedDateTime field changedpublic Optional<String> getMobileAppType()
public AppVulnerabilityMobileApp withMobileAppType(String mobileAppType)
this with just the mobileAppType
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The app type.”
mobileAppType - new value of mobileAppType field (as defined in service metadata)this with just the mobileAppType field changedpublic AppVulnerabilityMobileApp withVersion(String version)
this with just the version field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The app version.”
version - new value of version field (as defined in service metadata)this with just the version field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AppVulnerabilityMobileApp patch()
this with changed fields reset.public AppVulnerabilityMobileApp put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.