public class AndroidDeviceComplianceLocalActionLockDeviceWithPasscode extends AndroidDeviceComplianceLocalActionBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
AndroidDeviceComplianceLocalActionLockDeviceWithPasscode.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
passcode |
protected Integer |
passcodeSignInFailureCountBeforeWipe |
gracePeriodInMinuteschangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AndroidDeviceComplianceLocalActionLockDeviceWithPasscode() |
| Modifier and Type | Method and Description |
|---|---|
static AndroidDeviceComplianceLocalActionLockDeviceWithPasscode.Builder |
builderAndroidDeviceComplianceLocalActionLockDeviceWithPasscode()
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<String> |
getPasscode()
“Passcode to reset to Android device.
|
Optional<Integer> |
getPasscodeSignInFailureCountBeforeWipe()
“Number of sign in failures before wiping device, the value can be 4-11.
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AndroidDeviceComplianceLocalActionLockDeviceWithPasscode |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AndroidDeviceComplianceLocalActionLockDeviceWithPasscode |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AndroidDeviceComplianceLocalActionLockDeviceWithPasscode |
withPasscode(String passcode)
Returns an immutable copy of
this with just the passcode field
changed. |
AndroidDeviceComplianceLocalActionLockDeviceWithPasscode |
withPasscodeSignInFailureCountBeforeWipe(Integer passcodeSignInFailureCountBeforeWipe)
Returns an immutable copy of
this with just the passcodeSignInFailureCountBeforeWipe field changed. |
getGracePeriodInMinutes, withGracePeriodInMinutesprotected String passcode
protected Integer passcodeSignInFailureCountBeforeWipe
protected AndroidDeviceComplianceLocalActionLockDeviceWithPasscode()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AndroidDeviceComplianceLocalActionBasepublic static AndroidDeviceComplianceLocalActionLockDeviceWithPasscode.Builder builderAndroidDeviceComplianceLocalActionLockDeviceWithPasscode()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class AndroidDeviceComplianceLocalActionBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AndroidDeviceComplianceLocalActionBasepublic Optional<String> getPasscode()
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
public AndroidDeviceComplianceLocalActionLockDeviceWithPasscode withPasscode(String passcode)
this with just the passcode 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.
“Passcode to reset to Android device. This property is read-only.”
Org.OData.Core.V1.Computed
true
Org.OData.Core.V1.Permissions
passcode - new value of passcode field (as defined in service metadata)this with just the passcode field changedpublic Optional<Integer> getPasscodeSignInFailureCountBeforeWipe()
public AndroidDeviceComplianceLocalActionLockDeviceWithPasscode withPasscodeSignInFailureCountBeforeWipe(Integer passcodeSignInFailureCountBeforeWipe)
this with just the passcodeSignInFailureCountBeforeWipe 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.
“Number of sign in failures before wiping device, the value can be 4-11. Valid values 4 to 11”
passcodeSignInFailureCountBeforeWipe - new value of passcodeSignInFailureCountBeforeWipe field (as defined in service metadata)this with just the passcodeSignInFailureCountBeforeWipe field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AndroidDeviceComplianceLocalActionBasepublic AndroidDeviceComplianceLocalActionLockDeviceWithPasscode patch()
this with changed fields reset.patch in class AndroidDeviceComplianceLocalActionBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic AndroidDeviceComplianceLocalActionLockDeviceWithPasscode put()
this
with changed fields reset (they were ignored anyway).put in class AndroidDeviceComplianceLocalActionBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class AndroidDeviceComplianceLocalActionBaseCopyright © 2018–2020. All rights reserved.