| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
VppToken |
VppToken.Builder.build() |
VppToken |
VppToken.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
VppToken |
VppToken.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
VppToken |
VppToken.withAppleId(String appleId)
Returns an immutable copy of
this with just the appleId field
changed. |
VppToken |
VppToken.withAutomaticallyUpdateApps(Boolean automaticallyUpdateApps)
Returns an immutable copy of
this with just the automaticallyUpdateApps field changed. |
VppToken |
VppToken.withClaimTokenManagementFromExternalMdm(Boolean claimTokenManagementFromExternalMdm)
Returns an immutable copy of
this with just the claimTokenManagementFromExternalMdm field changed. |
VppToken |
VppToken.withCountryOrRegion(String countryOrRegion)
Returns an immutable copy of
this with just the countryOrRegion
field changed. |
VppToken |
VppToken.withDataSharingConsentGranted(Boolean dataSharingConsentGranted)
Returns an immutable copy of
this with just the dataSharingConsentGranted field changed. |
VppToken |
VppToken.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
VppToken |
VppToken.withExpirationDateTime(OffsetDateTime expirationDateTime)
Returns an immutable copy of
this with just the expirationDateTime field changed. |
VppToken |
VppToken.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
VppToken |
VppToken.withLastSyncDateTime(OffsetDateTime lastSyncDateTime)
Returns an immutable copy of
this with just the lastSyncDateTime
field changed. |
VppToken |
VppToken.withLastSyncStatus(VppTokenSyncStatus lastSyncStatus)
Returns an immutable copy of
this with just the lastSyncStatus
field changed. |
VppToken |
VppToken.withLocationName(String locationName)
Returns an immutable copy of
this with just the locationName
field changed. |
VppToken |
VppToken.withOrganizationName(String organizationName)
Returns an immutable copy of
this with just the organizationName
field changed. |
VppToken |
VppToken.withState(VppTokenState state)
Returns an immutable copy of
this with just the state field
changed. |
VppToken |
VppToken.withToken(String token)
Returns an immutable copy of
this with just the token field
changed. |
VppToken |
VppToken.withVppTokenAccountType(VppTokenAccountType vppTokenAccountType)
Returns an immutable copy of
this with just the vppTokenAccountType field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<VppToken> |
VppToken.syncLicenses() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<VppToken> |
VppTokenRequest.syncLicenses() |
Copyright © 2018–2020. All rights reserved.