| Modifier and Type | Method and Description |
|---|---|
VppToken.Builder |
appleId(String appleId)
“The apple Id associated with the given Apple Volume Purchase Program Token.”
|
VppToken.Builder |
automaticallyUpdateApps(Boolean automaticallyUpdateApps)
“Whether or not apps for the VPP token will be automatically updated.”
|
VppToken |
build() |
VppToken.Builder |
claimTokenManagementFromExternalMdm(Boolean claimTokenManagementFromExternalMdm)
“Admin consent to allow claiming token management from external MDM.”
|
VppToken.Builder |
countryOrRegion(String countryOrRegion)
“Whether or not apps for the VPP token will be automatically updated.”
|
VppToken.Builder |
dataSharingConsentGranted(Boolean dataSharingConsentGranted)
“Consent granted for data sharing with the Apple Volume Purchase Program.”
|
VppToken.Builder |
displayName(String displayName)
“An admin specified token friendly name.”
|
VppToken.Builder |
expirationDateTime(OffsetDateTime expirationDateTime)
“The expiration date time of the Apple Volume Purchase Program Token.”
|
VppToken.Builder |
id(String id) |
VppToken.Builder |
lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
“Last modification date time associated with the Apple Volume Purchase Program
Token.”
|
VppToken.Builder |
lastSyncDateTime(OffsetDateTime lastSyncDateTime)
“The last time when an application sync was done with the Apple volume purchase
program service using the the Apple Volume Purchase Program Token.”
|
VppToken.Builder |
lastSyncStatus(VppTokenSyncStatus lastSyncStatus)
“Current sync status of the last application sync which was triggered using the
Apple Volume Purchase Program Token.
|
VppToken.Builder |
locationName(String locationName)
“Token location returned from Apple VPP.”
|
VppToken.Builder |
organizationName(String organizationName)
“The organization associated with the Apple Volume Purchase Program Token”
|
VppToken.Builder |
roleScopeTagIds(List<String> roleScopeTagIds)
“Role Scope Tags IDs assigned to this entity.”
|
VppToken.Builder |
roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
“Role Scope Tags IDs assigned to this entity.”
|
VppToken.Builder |
state(VppTokenState state)
“Current state of the Apple Volume Purchase Program Token.
|
VppToken.Builder |
token(String token)
“The Apple Volume Purchase Program Token string downloaded from the Apple Volume
Purchase Program.”
|
VppToken.Builder |
tokenActionResults(List<VppTokenActionResult> tokenActionResults)
“The collection of statuses of the actions performed on the Apple Volume Purchase
Program Token.”
|
VppToken.Builder |
tokenActionResultsNextLink(String tokenActionResultsNextLink)
“The collection of statuses of the actions performed on the Apple Volume Purchase
Program Token.”
|
VppToken.Builder |
vppTokenAccountType(VppTokenAccountType vppTokenAccountType)
“The type of volume purchase program which the given Apple Volume Purchase
Program Token is associated with.
|
public VppToken.Builder id(String id)
public VppToken.Builder organizationName(String organizationName)
organizationName - value of organizationName property (as defined in service metadata)this (for method chaining)public VppToken.Builder vppTokenAccountType(VppTokenAccountType vppTokenAccountType)
vppTokenAccountType - value of vppTokenAccountType property (as defined in service metadata)this (for method chaining)public VppToken.Builder appleId(String appleId)
appleId - value of appleId property (as defined in service metadata)this (for method chaining)public VppToken.Builder expirationDateTime(OffsetDateTime expirationDateTime)
expirationDateTime - value of expirationDateTime property (as defined in service metadata)this (for method chaining)public VppToken.Builder lastSyncDateTime(OffsetDateTime lastSyncDateTime)
lastSyncDateTime - value of lastSyncDateTime property (as defined in service metadata)this (for method chaining)public VppToken.Builder token(String token)
token - value of token property (as defined in service metadata)this (for method chaining)public VppToken.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
lastModifiedDateTime - value of lastModifiedDateTime property (as defined in service metadata)this (for method chaining)public VppToken.Builder state(VppTokenState state)
state - value of state property (as defined in service metadata)this (for method chaining)public VppToken.Builder tokenActionResults(List<VppTokenActionResult> tokenActionResults)
tokenActionResults - value of tokenActionResults property (as defined in service metadata)this (for method chaining)public VppToken.Builder tokenActionResultsNextLink(String tokenActionResultsNextLink)
tokenActionResultsNextLink - value of tokenActionResults@nextLink property (as defined in service metadata)this (for method chaining)public VppToken.Builder lastSyncStatus(VppTokenSyncStatus lastSyncStatus)
lastSyncStatus - value of lastSyncStatus property (as defined in service metadata)this (for method chaining)public VppToken.Builder automaticallyUpdateApps(Boolean automaticallyUpdateApps)
automaticallyUpdateApps - value of automaticallyUpdateApps property (as defined in service metadata)this (for method chaining)public VppToken.Builder countryOrRegion(String countryOrRegion)
countryOrRegion - value of countryOrRegion property (as defined in service metadata)this (for method chaining)public VppToken.Builder dataSharingConsentGranted(Boolean dataSharingConsentGranted)
dataSharingConsentGranted - value of dataSharingConsentGranted property (as defined in service metadata)this (for method chaining)public VppToken.Builder displayName(String displayName)
displayName - value of displayName property (as defined in service metadata)this (for method chaining)public VppToken.Builder locationName(String locationName)
locationName - value of locationName property (as defined in service metadata)this (for method chaining)public VppToken.Builder claimTokenManagementFromExternalMdm(Boolean claimTokenManagementFromExternalMdm)
claimTokenManagementFromExternalMdm - value of claimTokenManagementFromExternalMdm property (as defined in service metadata)this (for method chaining)public VppToken.Builder roleScopeTagIds(List<String> roleScopeTagIds)
roleScopeTagIds - value of roleScopeTagIds property (as defined in service metadata)this (for method chaining)public VppToken.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
roleScopeTagIdsNextLink - value of roleScopeTagIds@nextLink property (as defined in service metadata)this (for method chaining)public VppToken build()
Copyright © 2018–2020. All rights reserved.