Class AndroidDeviceOwnerEnrollmentProfile
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.AndroidDeviceOwnerEnrollmentProfile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AndroidDeviceOwnerEnrollmentProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
“Enrollment Profile used to enroll Android Enterprise devices using Google's Cloud Management.”
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAndroidDeviceOwnerEnrollmentProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringaccountIdprotected OffsetDateTimecreatedDateTimeprotected Stringdescriptionprotected StringdisplayNameprotected IntegerenrolledDeviceCountprotected AndroidDeviceOwnerEnrollmentModeenrollmentModeprotected AndroidDeviceOwnerEnrollmentTokenTypeenrollmentTokenTypeprotected IntegerenrollmentTokenUsageCountprotected OffsetDateTimelastModifiedDateTimeprotected StringqrCodeContentprotected MimeContentqrCodeImageprotected List<String>roleScopeTagIdsprotected StringroleScopeTagIdsNextLinkprotected OffsetDateTimetokenCreationDateTimeprotected OffsetDateTimetokenExpirationDateTimeprotected StringtokenValueprotected BooleanwifiHiddenprotected StringwifiPasswordprotected AospWifiSecurityTypewifiSecurityTypeprotected StringwifiSsid-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAndroidDeviceOwnerEnrollmentProfile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AndroidDeviceOwnerEnrollmentProfile.BuilderbuilderAndroidDeviceOwnerEnrollmentProfile()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.ActionRequestNoReturncreateToken(Integer tokenValidityInSeconds)Optional<String>getAccountId()“Tenant GUID the enrollment profile belongs to.”com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()Optional<OffsetDateTime>getCreatedDateTime()“Date time the enrollment profile was created.”Optional<String>getDescription()“Description for the enrollment profile.”Optional<String>getDisplayName()“Display name for the enrollment profile.”Optional<Integer>getEnrolledDeviceCount()“Total number of Android devices that have enrolled using this enrollment profile .”Optional<AndroidDeviceOwnerEnrollmentMode>getEnrollmentMode()“The enrollment mode of devices that use this enrollment profile.”Optional<AndroidDeviceOwnerEnrollmentTokenType>getEnrollmentTokenType()“The enrollment token type for an enrollment profile.”Optional<Integer>getEnrollmentTokenUsageCount()“Total number of AOSP devices that have enrolled using the current token.”Optional<OffsetDateTime>getLastModifiedDateTime()“Date time the enrollment profile was last modified.”Optional<String>getQrCodeContent()“String used to generate a QR code for the token.”Optional<MimeContent>getQrCodeImage()“String used to generate a QR code for the token.”com.github.davidmoten.odata.client.CollectionPage<String>getRoleScopeTagIds()“List of Scope Tags for this Entity instance.”com.github.davidmoten.odata.client.CollectionPage<String>getRoleScopeTagIds(com.github.davidmoten.odata.client.HttpRequestOptions options)“List of Scope Tags for this Entity instance.”Optional<OffsetDateTime>getTokenCreationDateTime()“Date time the most recently created token was created.”Optional<OffsetDateTime>getTokenExpirationDateTime()“Date time the most recently created token will expire.”Optional<String>getTokenValue()“Value of the most recently created token for this enrollment profile.”com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<Boolean>getWifiHidden()“Boolean that indicates if hidden wifi networks are enabled”Optional<String>getWifiPassword()“String that contains the wi-fi login password”Optional<AospWifiSecurityType>getWifiSecurityType()“String that contains the wi-fi security type”Optional<String>getWifiSsid()“String that contains the wi-fi login ssid”StringodataTypeName()AndroidDeviceOwnerEnrollmentProfilepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)AndroidDeviceOwnerEnrollmentProfileput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).com.github.davidmoten.odata.client.ActionRequestNoReturnrevokeToken()StringtoString()AndroidDeviceOwnerEnrollmentProfilewithAccountId(String accountId)Returns an immutable copy ofthiswith just theaccountIdfield changed.AndroidDeviceOwnerEnrollmentProfilewithCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.AndroidDeviceOwnerEnrollmentProfilewithDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.AndroidDeviceOwnerEnrollmentProfilewithDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.AndroidDeviceOwnerEnrollmentProfilewithEnrolledDeviceCount(Integer enrolledDeviceCount)Returns an immutable copy ofthiswith just theenrolledDeviceCountfield changed.AndroidDeviceOwnerEnrollmentProfilewithEnrollmentMode(AndroidDeviceOwnerEnrollmentMode enrollmentMode)Returns an immutable copy ofthiswith just theenrollmentModefield changed.AndroidDeviceOwnerEnrollmentProfilewithEnrollmentTokenType(AndroidDeviceOwnerEnrollmentTokenType enrollmentTokenType)Returns an immutable copy ofthiswith just theenrollmentTokenTypefield changed.AndroidDeviceOwnerEnrollmentProfilewithEnrollmentTokenUsageCount(Integer enrollmentTokenUsageCount)Returns an immutable copy ofthiswith just theenrollmentTokenUsageCountfield changed.AndroidDeviceOwnerEnrollmentProfilewithLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.AndroidDeviceOwnerEnrollmentProfilewithQrCodeContent(String qrCodeContent)Returns an immutable copy ofthiswith just theqrCodeContentfield changed.AndroidDeviceOwnerEnrollmentProfilewithQrCodeImage(MimeContent qrCodeImage)Returns an immutable copy ofthiswith just theqrCodeImagefield changed.AndroidDeviceOwnerEnrollmentProfilewithRoleScopeTagIds(List<String> roleScopeTagIds)Returns an immutable copy ofthiswith just theroleScopeTagIdsfield changed.AndroidDeviceOwnerEnrollmentProfilewithTokenCreationDateTime(OffsetDateTime tokenCreationDateTime)Returns an immutable copy ofthiswith just thetokenCreationDateTimefield changed.AndroidDeviceOwnerEnrollmentProfilewithTokenExpirationDateTime(OffsetDateTime tokenExpirationDateTime)Returns an immutable copy ofthiswith just thetokenExpirationDateTimefield changed.AndroidDeviceOwnerEnrollmentProfilewithTokenValue(String tokenValue)Returns an immutable copy ofthiswith just thetokenValuefield changed.AndroidDeviceOwnerEnrollmentProfilewithUnmappedField(String name, String value)AndroidDeviceOwnerEnrollmentProfilewithWifiHidden(Boolean wifiHidden)Returns an immutable copy ofthiswith just thewifiHiddenfield changed.AndroidDeviceOwnerEnrollmentProfilewithWifiPassword(String wifiPassword)Returns an immutable copy ofthiswith just thewifiPasswordfield changed.AndroidDeviceOwnerEnrollmentProfilewithWifiSecurityType(AospWifiSecurityType wifiSecurityType)Returns an immutable copy ofthiswith just thewifiSecurityTypefield changed.AndroidDeviceOwnerEnrollmentProfilewithWifiSsid(String wifiSsid)Returns an immutable copy ofthiswith just thewifiSsidfield changed.
-
-
-
Field Detail
-
accountId
protected String accountId
-
createdDateTime
protected OffsetDateTime createdDateTime
-
description
protected String description
-
displayName
protected String displayName
-
enrolledDeviceCount
protected Integer enrolledDeviceCount
-
enrollmentMode
protected AndroidDeviceOwnerEnrollmentMode enrollmentMode
-
enrollmentTokenType
protected AndroidDeviceOwnerEnrollmentTokenType enrollmentTokenType
-
enrollmentTokenUsageCount
protected Integer enrollmentTokenUsageCount
-
lastModifiedDateTime
protected OffsetDateTime lastModifiedDateTime
-
qrCodeContent
protected String qrCodeContent
-
qrCodeImage
protected MimeContent qrCodeImage
-
roleScopeTagIdsNextLink
protected String roleScopeTagIdsNextLink
-
tokenCreationDateTime
protected OffsetDateTime tokenCreationDateTime
-
tokenExpirationDateTime
protected OffsetDateTime tokenExpirationDateTime
-
tokenValue
protected String tokenValue
-
wifiHidden
protected Boolean wifiHidden
-
wifiPassword
protected String wifiPassword
-
wifiSecurityType
protected AospWifiSecurityType wifiSecurityType
-
wifiSsid
protected String wifiSsid
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderAndroidDeviceOwnerEnrollmentProfile
public static AndroidDeviceOwnerEnrollmentProfile.Builder builderAndroidDeviceOwnerEnrollmentProfile()
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
-
getAccountId
public Optional<String> getAccountId()
“Tenant GUID the enrollment profile belongs to.”- Returns:
- property accountId
-
withAccountId
public AndroidDeviceOwnerEnrollmentProfile withAccountId(String accountId)
Returns an immutable copy ofthiswith just theaccountIdfield 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.“Tenant GUID the enrollment profile belongs to.”
- Parameters:
accountId- new value ofaccountIdfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theaccountIdfield changed
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
“Date time the enrollment profile was created.”- Returns:
- property createdDateTime
-
withCreatedDateTime
public AndroidDeviceOwnerEnrollmentProfile withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy ofthiswith just thecreatedDateTimefield 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.“Date time the enrollment profile was created.”
- Parameters:
createdDateTime- new value ofcreatedDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thecreatedDateTimefield changed
-
getDescription
public Optional<String> getDescription()
“Description for the enrollment profile.”- Returns:
- property description
-
withDescription
public AndroidDeviceOwnerEnrollmentProfile withDescription(String description)
Returns an immutable copy ofthiswith just thedescriptionfield 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.“Description for the enrollment profile.”
- Parameters:
description- new value ofdescriptionfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedescriptionfield changed
-
getDisplayName
public Optional<String> getDisplayName()
“Display name for the enrollment profile.”- Returns:
- property displayName
-
withDisplayName
public AndroidDeviceOwnerEnrollmentProfile withDisplayName(String displayName)
Returns an immutable copy ofthiswith just thedisplayNamefield 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.“Display name for the enrollment profile.”
- Parameters:
displayName- new value ofdisplayNamefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thedisplayNamefield changed
-
getEnrolledDeviceCount
public Optional<Integer> getEnrolledDeviceCount()
“Total number of Android devices that have enrolled using this enrollment profile .”- Returns:
- property enrolledDeviceCount
-
withEnrolledDeviceCount
public AndroidDeviceOwnerEnrollmentProfile withEnrolledDeviceCount(Integer enrolledDeviceCount)
Returns an immutable copy ofthiswith just theenrolledDeviceCountfield 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.“Total number of Android devices that have enrolled using this enrollment profile .”
- Parameters:
enrolledDeviceCount- new value ofenrolledDeviceCountfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theenrolledDeviceCountfield changed
-
getEnrollmentMode
public Optional<AndroidDeviceOwnerEnrollmentMode> getEnrollmentMode()
“The enrollment mode of devices that use this enrollment profile.”- Returns:
- property enrollmentMode
-
withEnrollmentMode
public AndroidDeviceOwnerEnrollmentProfile withEnrollmentMode(AndroidDeviceOwnerEnrollmentMode enrollmentMode)
Returns an immutable copy ofthiswith just theenrollmentModefield 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 enrollment mode of devices that use this enrollment profile.”
- Parameters:
enrollmentMode- new value ofenrollmentModefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theenrollmentModefield changed
-
getEnrollmentTokenType
public Optional<AndroidDeviceOwnerEnrollmentTokenType> getEnrollmentTokenType()
“The enrollment token type for an enrollment profile.”- Returns:
- property enrollmentTokenType
-
withEnrollmentTokenType
public AndroidDeviceOwnerEnrollmentProfile withEnrollmentTokenType(AndroidDeviceOwnerEnrollmentTokenType enrollmentTokenType)
Returns an immutable copy ofthiswith just theenrollmentTokenTypefield 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 enrollment token type for an enrollment profile.”
- Parameters:
enrollmentTokenType- new value ofenrollmentTokenTypefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theenrollmentTokenTypefield changed
-
getEnrollmentTokenUsageCount
public Optional<Integer> getEnrollmentTokenUsageCount()
“Total number of AOSP devices that have enrolled using the current token.”- Returns:
- property enrollmentTokenUsageCount
-
withEnrollmentTokenUsageCount
public AndroidDeviceOwnerEnrollmentProfile withEnrollmentTokenUsageCount(Integer enrollmentTokenUsageCount)
Returns an immutable copy ofthiswith just theenrollmentTokenUsageCountfield 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.“Total number of AOSP devices that have enrolled using the current token.”
- Parameters:
enrollmentTokenUsageCount- new value ofenrollmentTokenUsageCountfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theenrollmentTokenUsageCountfield changed
-
getLastModifiedDateTime
public Optional<OffsetDateTime> getLastModifiedDateTime()
“Date time the enrollment profile was last modified.”- Returns:
- property lastModifiedDateTime
-
withLastModifiedDateTime
public AndroidDeviceOwnerEnrollmentProfile withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy ofthiswith just thelastModifiedDateTimefield 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.“Date time the enrollment profile was last modified.”
- Parameters:
lastModifiedDateTime- new value oflastModifiedDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thelastModifiedDateTimefield changed
-
getQrCodeContent
public Optional<String> getQrCodeContent()
“String used to generate a QR code for the token.”- Returns:
- property qrCodeContent
-
withQrCodeContent
public AndroidDeviceOwnerEnrollmentProfile withQrCodeContent(String qrCodeContent)
Returns an immutable copy ofthiswith just theqrCodeContentfield 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.“String used to generate a QR code for the token.”
- Parameters:
qrCodeContent- new value ofqrCodeContentfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theqrCodeContentfield changed
-
getQrCodeImage
public Optional<MimeContent> getQrCodeImage()
“String used to generate a QR code for the token.”- Returns:
- property qrCodeImage
-
withQrCodeImage
public AndroidDeviceOwnerEnrollmentProfile withQrCodeImage(MimeContent qrCodeImage)
Returns an immutable copy ofthiswith just theqrCodeImagefield 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.“String used to generate a QR code for the token.”
- Parameters:
qrCodeImage- new value ofqrCodeImagefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theqrCodeImagefield changed
-
getRoleScopeTagIds
public com.github.davidmoten.odata.client.CollectionPage<String> getRoleScopeTagIds()
“List of Scope Tags for this Entity instance.”- Returns:
- property roleScopeTagIds
-
withRoleScopeTagIds
public AndroidDeviceOwnerEnrollmentProfile withRoleScopeTagIds(List<String> roleScopeTagIds)
Returns an immutable copy ofthiswith just theroleScopeTagIdsfield 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.“List of Scope Tags for this Entity instance.”
- Parameters:
roleScopeTagIds- new value ofroleScopeTagIdsfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just theroleScopeTagIdsfield changed
-
getRoleScopeTagIds
public com.github.davidmoten.odata.client.CollectionPage<String> getRoleScopeTagIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
“List of Scope Tags for this Entity instance.”- Parameters:
options- specify connect and read timeouts- Returns:
- property roleScopeTagIds
-
getTokenCreationDateTime
public Optional<OffsetDateTime> getTokenCreationDateTime()
“Date time the most recently created token was created.”- Returns:
- property tokenCreationDateTime
-
withTokenCreationDateTime
public AndroidDeviceOwnerEnrollmentProfile withTokenCreationDateTime(OffsetDateTime tokenCreationDateTime)
Returns an immutable copy ofthiswith just thetokenCreationDateTimefield 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.“Date time the most recently created token was created.”
- Parameters:
tokenCreationDateTime- new value oftokenCreationDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thetokenCreationDateTimefield changed
-
getTokenExpirationDateTime
public Optional<OffsetDateTime> getTokenExpirationDateTime()
“Date time the most recently created token will expire.”- Returns:
- property tokenExpirationDateTime
-
withTokenExpirationDateTime
public AndroidDeviceOwnerEnrollmentProfile withTokenExpirationDateTime(OffsetDateTime tokenExpirationDateTime)
Returns an immutable copy ofthiswith just thetokenExpirationDateTimefield 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.“Date time the most recently created token will expire.”
- Parameters:
tokenExpirationDateTime- new value oftokenExpirationDateTimefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thetokenExpirationDateTimefield changed
-
getTokenValue
public Optional<String> getTokenValue()
“Value of the most recently created token for this enrollment profile.”- Returns:
- property tokenValue
-
withTokenValue
public AndroidDeviceOwnerEnrollmentProfile withTokenValue(String tokenValue)
Returns an immutable copy ofthiswith just thetokenValuefield 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.“Value of the most recently created token for this enrollment profile.”
- Parameters:
tokenValue- new value oftokenValuefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thetokenValuefield changed
-
getWifiHidden
public Optional<Boolean> getWifiHidden()
“Boolean that indicates if hidden wifi networks are enabled”- Returns:
- property wifiHidden
-
withWifiHidden
public AndroidDeviceOwnerEnrollmentProfile withWifiHidden(Boolean wifiHidden)
Returns an immutable copy ofthiswith just thewifiHiddenfield 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.“Boolean that indicates if hidden wifi networks are enabled”
- Parameters:
wifiHidden- new value ofwifiHiddenfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thewifiHiddenfield changed
-
getWifiPassword
public Optional<String> getWifiPassword()
“String that contains the wi-fi login password”- Returns:
- property wifiPassword
-
withWifiPassword
public AndroidDeviceOwnerEnrollmentProfile withWifiPassword(String wifiPassword)
Returns an immutable copy ofthiswith just thewifiPasswordfield 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.“String that contains the wi-fi login password”
- Parameters:
wifiPassword- new value ofwifiPasswordfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thewifiPasswordfield changed
-
getWifiSecurityType
public Optional<AospWifiSecurityType> getWifiSecurityType()
“String that contains the wi-fi security type”- Returns:
- property wifiSecurityType
-
withWifiSecurityType
public AndroidDeviceOwnerEnrollmentProfile withWifiSecurityType(AospWifiSecurityType wifiSecurityType)
Returns an immutable copy ofthiswith just thewifiSecurityTypefield 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.“String that contains the wi-fi security type”
- Parameters:
wifiSecurityType- new value ofwifiSecurityTypefield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thewifiSecurityTypefield changed
-
getWifiSsid
public Optional<String> getWifiSsid()
“String that contains the wi-fi login ssid”- Returns:
- property wifiSsid
-
withWifiSsid
public AndroidDeviceOwnerEnrollmentProfile withWifiSsid(String wifiSsid)
Returns an immutable copy ofthiswith just thewifiSsidfield 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.“String that contains the wi-fi login ssid”
- Parameters:
wifiSsid- new value ofwifiSsidfield (as defined in service metadata)- Returns:
- immutable copy of
thiswith just thewifiSsidfield changed
-
withUnmappedField
public AndroidDeviceOwnerEnrollmentProfile 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 AndroidDeviceOwnerEnrollmentProfile patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public AndroidDeviceOwnerEnrollmentProfile put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
createToken
public com.github.davidmoten.odata.client.ActionRequestNoReturn createToken(Integer tokenValidityInSeconds)
-
revokeToken
public com.github.davidmoten.odata.client.ActionRequestNoReturn revokeToken()
-
-