Package odata.msgraph.client.beta.entity
Class WindowsPhone81AppXBundle.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsPhone81AppXBundle.Builder
-
- Enclosing class:
- WindowsPhone81AppXBundle
public static final class WindowsPhone81AppXBundle.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public WindowsPhone81AppXBundle.Builder id(String id)
-
createdDateTime
public WindowsPhone81AppXBundle.Builder createdDateTime(OffsetDateTime createdDateTime)
-
dependentAppCount
public WindowsPhone81AppXBundle.Builder dependentAppCount(Integer dependentAppCount)
-
description
public WindowsPhone81AppXBundle.Builder description(String description)
-
developer
public WindowsPhone81AppXBundle.Builder developer(String developer)
-
displayName
public WindowsPhone81AppXBundle.Builder displayName(String displayName)
-
informationUrl
public WindowsPhone81AppXBundle.Builder informationUrl(String informationUrl)
-
isAssigned
public WindowsPhone81AppXBundle.Builder isAssigned(Boolean isAssigned)
-
isFeatured
public WindowsPhone81AppXBundle.Builder isFeatured(Boolean isFeatured)
-
largeIcon
public WindowsPhone81AppXBundle.Builder largeIcon(MimeContent largeIcon)
-
lastModifiedDateTime
public WindowsPhone81AppXBundle.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
notes
public WindowsPhone81AppXBundle.Builder notes(String notes)
-
owner
public WindowsPhone81AppXBundle.Builder owner(String owner)
-
privacyInformationUrl
public WindowsPhone81AppXBundle.Builder privacyInformationUrl(String privacyInformationUrl)
-
publisher
public WindowsPhone81AppXBundle.Builder publisher(String publisher)
-
publishingState
public WindowsPhone81AppXBundle.Builder publishingState(MobileAppPublishingState publishingState)
-
roleScopeTagIds
public WindowsPhone81AppXBundle.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public WindowsPhone81AppXBundle.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public WindowsPhone81AppXBundle.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supersededAppCount
public WindowsPhone81AppXBundle.Builder supersededAppCount(Integer supersededAppCount)
-
supersedingAppCount
public WindowsPhone81AppXBundle.Builder supersedingAppCount(Integer supersedingAppCount)
-
uploadState
public WindowsPhone81AppXBundle.Builder uploadState(Integer uploadState)
-
committedContentVersion
public WindowsPhone81AppXBundle.Builder committedContentVersion(String committedContentVersion)
-
fileName
public WindowsPhone81AppXBundle.Builder fileName(String fileName)
-
size
public WindowsPhone81AppXBundle.Builder size(Long size)
-
applicableArchitectures
public WindowsPhone81AppXBundle.Builder applicableArchitectures(WindowsArchitecture applicableArchitectures)
-
identityName
public WindowsPhone81AppXBundle.Builder identityName(String identityName)
-
identityPublisherHash
public WindowsPhone81AppXBundle.Builder identityPublisherHash(String identityPublisherHash)
-
identityResourceIdentifier
public WindowsPhone81AppXBundle.Builder identityResourceIdentifier(String identityResourceIdentifier)
-
identityVersion
public WindowsPhone81AppXBundle.Builder identityVersion(String identityVersion)
-
minimumSupportedOperatingSystem
public WindowsPhone81AppXBundle.Builder minimumSupportedOperatingSystem(WindowsMinimumOperatingSystem minimumSupportedOperatingSystem)
-
phoneProductIdentifier
public WindowsPhone81AppXBundle.Builder phoneProductIdentifier(String phoneProductIdentifier)
-
phonePublisherId
public WindowsPhone81AppXBundle.Builder phonePublisherId(String phonePublisherId)
-
appXPackageInformationList
public WindowsPhone81AppXBundle.Builder appXPackageInformationList(List<WindowsPackageInformation> appXPackageInformationList)
“The list of AppX Package Information.”- Parameters:
appXPackageInformationList- value ofappXPackageInformationListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appXPackageInformationList
public WindowsPhone81AppXBundle.Builder appXPackageInformationList(WindowsPackageInformation... appXPackageInformationList)
“The list of AppX Package Information.”- Parameters:
appXPackageInformationList- value ofappXPackageInformationListproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
appXPackageInformationListNextLink
public WindowsPhone81AppXBundle.Builder appXPackageInformationListNextLink(String appXPackageInformationListNextLink)
“The list of AppX Package Information.”- Parameters:
appXPackageInformationListNextLink- value ofappXPackageInformationList@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsPhone81AppXBundle build()
-
-