Package odata.msgraph.client.beta.entity
Class UserExperienceAnalyticsNotAutopilotReadyDevice
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.UserExperienceAnalyticsNotAutopilotReadyDevice
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class UserExperienceAnalyticsNotAutopilotReadyDevice extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“The user experience analytics Device not windows autopilot ready.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserExperienceAnalyticsNotAutopilotReadyDevice.Builder
-
Field Summary
Fields Modifier and Type Field Description protected BooleanautoPilotProfileAssignedprotected BooleanautoPilotRegisteredprotected StringazureAdJoinTypeprotected BooleanazureAdRegisteredprotected StringdeviceNameprotected StringmanagedByprotected Stringmanufacturerprotected Stringmodelprotected StringserialNumber-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedUserExperienceAnalyticsNotAutopilotReadyDevice()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserExperienceAnalyticsNotAutopilotReadyDevice.BuilderbuilderUserExperienceAnalyticsNotAutopilotReadyDevice()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<Boolean>getAutoPilotProfileAssigned()“The intune device's autopilotProfileAssigned.”Optional<Boolean>getAutoPilotRegistered()“The intune device's autopilotRegistered.”Optional<String>getAzureAdJoinType()“The intune device's azure Ad joinType.”Optional<Boolean>getAzureAdRegistered()“The intune device's azureAdRegistered.”com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<String>getDeviceName()“The intune device's name.”Optional<String>getManagedBy()“The intune device's managed by.”Optional<String>getManufacturer()“The intune device's manufacturer.”Optional<String>getModel()“The intune device's model.”Optional<String>getSerialNumber()“The intune device's serial number.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()UserExperienceAnalyticsNotAutopilotReadyDevicepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)UserExperienceAnalyticsNotAutopilotReadyDeviceput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()UserExperienceAnalyticsNotAutopilotReadyDevicewithAutoPilotProfileAssigned(Boolean autoPilotProfileAssigned)Returns an immutable copy ofthiswith just theautoPilotProfileAssignedfield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithAutoPilotRegistered(Boolean autoPilotRegistered)Returns an immutable copy ofthiswith just theautoPilotRegisteredfield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithAzureAdJoinType(String azureAdJoinType)Returns an immutable copy ofthiswith just theazureAdJoinTypefield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithAzureAdRegistered(Boolean azureAdRegistered)Returns an immutable copy ofthiswith just theazureAdRegisteredfield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithDeviceName(String deviceName)Returns an immutable copy ofthiswith just thedeviceNamefield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithManagedBy(String managedBy)Returns an immutable copy ofthiswith just themanagedByfield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithManufacturer(String manufacturer)Returns an immutable copy ofthiswith just themanufacturerfield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithModel(String model)Returns an immutable copy ofthiswith just themodelfield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithSerialNumber(String serialNumber)Returns an immutable copy ofthiswith just theserialNumberfield changed.UserExperienceAnalyticsNotAutopilotReadyDevicewithUnmappedField(String name, String value)
-
-
-
Field Detail
-
autoPilotProfileAssigned
protected Boolean autoPilotProfileAssigned
-
autoPilotRegistered
protected Boolean autoPilotRegistered
-
azureAdJoinType
protected String azureAdJoinType
-
azureAdRegistered
protected Boolean azureAdRegistered
-
deviceName
protected String deviceName
-
managedBy
protected String managedBy
-
manufacturer
protected String manufacturer
-
model
protected String model
-
serialNumber
protected String serialNumber
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderUserExperienceAnalyticsNotAutopilotReadyDevice
public static UserExperienceAnalyticsNotAutopilotReadyDevice.Builder builderUserExperienceAnalyticsNotAutopilotReadyDevice()
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
-
getAutoPilotProfileAssigned
public Optional<Boolean> getAutoPilotProfileAssigned()
“The intune device's autopilotProfileAssigned.”- Returns:
- property autoPilotProfileAssigned
-
withAutoPilotProfileAssigned
public UserExperienceAnalyticsNotAutopilotReadyDevice withAutoPilotProfileAssigned(Boolean autoPilotProfileAssigned)
Returns an immutable copy ofthiswith just theautoPilotProfileAssignedfield 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 device's autopilotProfileAssigned.”
- Parameters:
autoPilotProfileAssigned- new value ofautoPilotProfileAssignedfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theautoPilotProfileAssignedfield changed
-
getAutoPilotRegistered
public Optional<Boolean> getAutoPilotRegistered()
“The intune device's autopilotRegistered.”- Returns:
- property autoPilotRegistered
-
withAutoPilotRegistered
public UserExperienceAnalyticsNotAutopilotReadyDevice withAutoPilotRegistered(Boolean autoPilotRegistered)
Returns an immutable copy ofthiswith just theautoPilotRegisteredfield 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 device's autopilotRegistered.”
- Parameters:
autoPilotRegistered- new value ofautoPilotRegisteredfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theautoPilotRegisteredfield changed
-
getAzureAdJoinType
public Optional<String> getAzureAdJoinType()
“The intune device's azure Ad joinType.”- Returns:
- property azureAdJoinType
-
withAzureAdJoinType
public UserExperienceAnalyticsNotAutopilotReadyDevice withAzureAdJoinType(String azureAdJoinType)
Returns an immutable copy ofthiswith just theazureAdJoinTypefield 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 device's azure Ad joinType.”
- Parameters:
azureAdJoinType- new value ofazureAdJoinTypefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theazureAdJoinTypefield changed
-
getAzureAdRegistered
public Optional<Boolean> getAzureAdRegistered()
“The intune device's azureAdRegistered.”- Returns:
- property azureAdRegistered
-
withAzureAdRegistered
public UserExperienceAnalyticsNotAutopilotReadyDevice withAzureAdRegistered(Boolean azureAdRegistered)
Returns an immutable copy ofthiswith just theazureAdRegisteredfield 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 device's azureAdRegistered.”
- Parameters:
azureAdRegistered- new value ofazureAdRegisteredfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theazureAdRegisteredfield changed
-
getDeviceName
public Optional<String> getDeviceName()
“The intune device's name.”- Returns:
- property deviceName
-
withDeviceName
public UserExperienceAnalyticsNotAutopilotReadyDevice withDeviceName(String deviceName)
Returns an immutable copy ofthiswith just thedeviceNamefield 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 device's name.”
- Parameters:
deviceName- new value ofdeviceNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedeviceNamefield changed
-
getManagedBy
public Optional<String> getManagedBy()
“The intune device's managed by.”- Returns:
- property managedBy
-
withManagedBy
public UserExperienceAnalyticsNotAutopilotReadyDevice withManagedBy(String managedBy)
Returns an immutable copy ofthiswith just themanagedByfield 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 device's managed by.”
- Parameters:
managedBy- new value ofmanagedByfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themanagedByfield changed
-
getManufacturer
public Optional<String> getManufacturer()
“The intune device's manufacturer.”- Returns:
- property manufacturer
-
withManufacturer
public UserExperienceAnalyticsNotAutopilotReadyDevice withManufacturer(String manufacturer)
Returns an immutable copy ofthiswith just themanufacturerfield 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 device's manufacturer.”
- Parameters:
manufacturer- new value ofmanufacturerfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themanufacturerfield changed
-
withModel
public UserExperienceAnalyticsNotAutopilotReadyDevice withModel(String model)
Returns an immutable copy ofthiswith just themodelfield 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 device's model.”
- Parameters:
model- new value ofmodelfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just themodelfield changed
-
getSerialNumber
public Optional<String> getSerialNumber()
“The intune device's serial number.”- Returns:
- property serialNumber
-
withSerialNumber
public UserExperienceAnalyticsNotAutopilotReadyDevice withSerialNumber(String serialNumber)
Returns an immutable copy ofthiswith just theserialNumberfield 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 device's serial number.”
- Parameters:
serialNumber- new value ofserialNumberfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theserialNumberfield changed
-
withUnmappedField
public UserExperienceAnalyticsNotAutopilotReadyDevice 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 UserExperienceAnalyticsNotAutopilotReadyDevice patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public UserExperienceAnalyticsNotAutopilotReadyDevice put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-