Package odata.msgraph.client.beta.entity
Class IosVppApp.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.IosVppApp.Builder
-
-
Method Summary
-
-
-
Method Detail
-
id
public IosVppApp.Builder id(String id)
-
createdDateTime
public IosVppApp.Builder createdDateTime(OffsetDateTime createdDateTime)
-
dependentAppCount
public IosVppApp.Builder dependentAppCount(Integer dependentAppCount)
-
description
public IosVppApp.Builder description(String description)
-
developer
public IosVppApp.Builder developer(String developer)
-
displayName
public IosVppApp.Builder displayName(String displayName)
-
informationUrl
public IosVppApp.Builder informationUrl(String informationUrl)
-
isAssigned
public IosVppApp.Builder isAssigned(Boolean isAssigned)
-
isFeatured
public IosVppApp.Builder isFeatured(Boolean isFeatured)
-
largeIcon
public IosVppApp.Builder largeIcon(MimeContent largeIcon)
-
lastModifiedDateTime
public IosVppApp.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
notes
public IosVppApp.Builder notes(String notes)
-
owner
public IosVppApp.Builder owner(String owner)
-
privacyInformationUrl
public IosVppApp.Builder privacyInformationUrl(String privacyInformationUrl)
-
publisher
public IosVppApp.Builder publisher(String publisher)
-
publishingState
public IosVppApp.Builder publishingState(MobileAppPublishingState publishingState)
-
roleScopeTagIds
public IosVppApp.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public IosVppApp.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public IosVppApp.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supersededAppCount
public IosVppApp.Builder supersededAppCount(Integer supersededAppCount)
-
supersedingAppCount
public IosVppApp.Builder supersedingAppCount(Integer supersedingAppCount)
-
uploadState
public IosVppApp.Builder uploadState(Integer uploadState)
-
applicableDeviceType
public IosVppApp.Builder applicableDeviceType(IosDeviceType applicableDeviceType)
“The applicable iOS Device Type.”- Parameters:
applicableDeviceType- value ofapplicableDeviceTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appStoreUrl
public IosVppApp.Builder appStoreUrl(String appStoreUrl)
“The store URL.”- Parameters:
appStoreUrl- value ofappStoreUrlproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
bundleId
public IosVppApp.Builder bundleId(String bundleId)
“The Identity Name.”- Parameters:
bundleId- value ofbundleIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
licensingType
public IosVppApp.Builder licensingType(VppLicensingType licensingType)
“The supported License Type.”- Parameters:
licensingType- value oflicensingTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
releaseDateTime
public IosVppApp.Builder releaseDateTime(OffsetDateTime releaseDateTime)
“The VPP application release date and time.”- Parameters:
releaseDateTime- value ofreleaseDateTimeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
revokeLicenseActionResults
public IosVppApp.Builder revokeLicenseActionResults(List<IosVppAppRevokeLicensesActionResult> revokeLicenseActionResults)
“Results of revoke license actions on this app.”- Parameters:
revokeLicenseActionResults- value ofrevokeLicenseActionResultsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
revokeLicenseActionResults
public IosVppApp.Builder revokeLicenseActionResults(IosVppAppRevokeLicensesActionResult... revokeLicenseActionResults)
“Results of revoke license actions on this app.”- Parameters:
revokeLicenseActionResults- value ofrevokeLicenseActionResultsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
revokeLicenseActionResultsNextLink
public IosVppApp.Builder revokeLicenseActionResultsNextLink(String revokeLicenseActionResultsNextLink)
“Results of revoke license actions on this app.”- Parameters:
revokeLicenseActionResultsNextLink- value ofrevokeLicenseActionResults@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
totalLicenseCount
public IosVppApp.Builder totalLicenseCount(Integer totalLicenseCount)
“The total number of VPP licenses.”- Parameters:
totalLicenseCount- value oftotalLicenseCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
usedLicenseCount
public IosVppApp.Builder usedLicenseCount(Integer usedLicenseCount)
“The number of VPP licenses in use.”- Parameters:
usedLicenseCount- value ofusedLicenseCountproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
vppTokenAccountType
public IosVppApp.Builder vppTokenAccountType(VppTokenAccountType vppTokenAccountType)
“The type of volume purchase program which the given Apple Volume Purchase Program Token is associated with. Possible values are: `business`, `education`.”- Parameters:
vppTokenAccountType- value ofvppTokenAccountTypeproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
vppTokenAppleId
public IosVppApp.Builder vppTokenAppleId(String vppTokenAppleId)
“The Apple Id associated with the given Apple Volume Purchase Program Token.”- Parameters:
vppTokenAppleId- value ofvppTokenAppleIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
vppTokenId
public IosVppApp.Builder vppTokenId(String vppTokenId)
“Identifier of the VPP token associated with this app.”- Parameters:
vppTokenId- value ofvppTokenIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
vppTokenOrganizationName
public IosVppApp.Builder vppTokenOrganizationName(String vppTokenOrganizationName)
“The organization associated with the Apple Volume Purchase Program Token”- Parameters:
vppTokenOrganizationName- value ofvppTokenOrganizationNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public IosVppApp build()
-
-