public class DeleteUserFromSharedAppleDeviceActionResult extends DeviceActionResult implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteUserFromSharedAppleDeviceActionResult.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
protected String |
userPrincipalName |
actionName, actionState, contextPath, lastUpdatedDateTime, odataType, startDateTime| Modifier | Constructor and Description |
|---|---|
protected |
DeleteUserFromSharedAppleDeviceActionResult() |
| Modifier and Type | Method and Description |
|---|---|
static DeleteUserFromSharedAppleDeviceActionResult.Builder |
builderDeleteUserFromSharedAppleDeviceActionResult()
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.UnmappedFields |
getUnmappedFields() |
Optional<String> |
getUserPrincipalName()
“User principal name of the user to be deleted”
|
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
DeleteUserFromSharedAppleDeviceActionResult |
withUserPrincipalName(String userPrincipalName)
Returns an immutable copy of
this with just the userPrincipalName
field changed. |
builder, getActionName, getActionState, getLastUpdatedDateTime, getStartDateTime, withActionName, withActionState, withLastUpdatedDateTime, withStartDateTimeprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String userPrincipalName
protected DeleteUserFromSharedAppleDeviceActionResult()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class DeviceActionResultpublic Optional<String> getUserPrincipalName()
public DeleteUserFromSharedAppleDeviceActionResult withUserPrincipalName(String userPrincipalName)
this with just the userPrincipalName
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.
“User principal name of the user to be deleted”
userPrincipalName - new value of userPrincipalName field (as defined in service metadata)this with just the userPrincipalName field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class DeviceActionResultpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class DeviceActionResultpublic static DeleteUserFromSharedAppleDeviceActionResult.Builder builderDeleteUserFromSharedAppleDeviceActionResult()
public String toString()
toString in class DeviceActionResultCopyright © 2018–2020. All rights reserved.