Package odata.msgraph.client.complex
Class DeleteUserFromSharedAppleDeviceActionResult
- java.lang.Object
-
- odata.msgraph.client.complex.DeviceActionResult
-
- odata.msgraph.client.complex.DeleteUserFromSharedAppleDeviceActionResult
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class DeleteUserFromSharedAppleDeviceActionResult extends DeviceActionResult implements com.github.davidmoten.odata.client.ODataType
“Delete user from shared apple device action result”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeleteUserFromSharedAppleDeviceActionResult.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringuserPrincipalName-
Fields inherited from class odata.msgraph.client.complex.DeviceActionResult
actionName, actionState, contextPath, lastUpdatedDateTime, odataType, startDateTime, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDeleteUserFromSharedAppleDeviceActionResult()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteUserFromSharedAppleDeviceActionResult.BuilderbuilderDeleteUserFromSharedAppleDeviceActionResult()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.UnmappedFieldsgetUnmappedFields()Optional<String>getUserPrincipalName()“User principal name of the user to be deleted”StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()DeleteUserFromSharedAppleDeviceActionResultwithUnmappedField(String name, Object value)DeleteUserFromSharedAppleDeviceActionResultwithUserPrincipalName(String userPrincipalName)Returns an immutable copy ofthiswith just theuserPrincipalNamefield changed.-
Methods inherited from class odata.msgraph.client.complex.DeviceActionResult
builder, getActionName, getActionState, getLastUpdatedDateTime, getStartDateTime, withActionName, withActionState, withLastUpdatedDateTime, withStartDateTime
-
-
-
-
Field Detail
-
userPrincipalName
protected String userPrincipalName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDeviceActionResult
-
getUserPrincipalName
public Optional<String> getUserPrincipalName()
“User principal name of the user to be deleted”- Returns:
- property userPrincipalName
-
withUserPrincipalName
public DeleteUserFromSharedAppleDeviceActionResult withUserPrincipalName(String userPrincipalName)
Returns an immutable copy ofthiswith just theuserPrincipalNamefield 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.“User principal name of the user to be deleted”
- Parameters:
userPrincipalName- new value ofuserPrincipalNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theuserPrincipalNamefield changed
-
withUnmappedField
public DeleteUserFromSharedAppleDeviceActionResult withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classDeviceActionResult
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDeviceActionResult
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDeviceActionResult
-
builderDeleteUserFromSharedAppleDeviceActionResult
public static DeleteUserFromSharedAppleDeviceActionResult.Builder builderDeleteUserFromSharedAppleDeviceActionResult()
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
-
toString
public String toString()
- Overrides:
toStringin classDeviceActionResult
-
-