Package odata.msgraph.client.beta.entity
Class WindowsPhone81StoreApp.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsPhone81StoreApp.Builder
-
- Enclosing class:
- WindowsPhone81StoreApp
public static final class WindowsPhone81StoreApp.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public WindowsPhone81StoreApp.Builder id(String id)
-
createdDateTime
public WindowsPhone81StoreApp.Builder createdDateTime(OffsetDateTime createdDateTime)
-
dependentAppCount
public WindowsPhone81StoreApp.Builder dependentAppCount(Integer dependentAppCount)
-
description
public WindowsPhone81StoreApp.Builder description(String description)
-
developer
public WindowsPhone81StoreApp.Builder developer(String developer)
-
displayName
public WindowsPhone81StoreApp.Builder displayName(String displayName)
-
informationUrl
public WindowsPhone81StoreApp.Builder informationUrl(String informationUrl)
-
isAssigned
public WindowsPhone81StoreApp.Builder isAssigned(Boolean isAssigned)
-
isFeatured
public WindowsPhone81StoreApp.Builder isFeatured(Boolean isFeatured)
-
largeIcon
public WindowsPhone81StoreApp.Builder largeIcon(MimeContent largeIcon)
-
lastModifiedDateTime
public WindowsPhone81StoreApp.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
notes
public WindowsPhone81StoreApp.Builder notes(String notes)
-
owner
public WindowsPhone81StoreApp.Builder owner(String owner)
-
privacyInformationUrl
public WindowsPhone81StoreApp.Builder privacyInformationUrl(String privacyInformationUrl)
-
publisher
public WindowsPhone81StoreApp.Builder publisher(String publisher)
-
publishingState
public WindowsPhone81StoreApp.Builder publishingState(MobileAppPublishingState publishingState)
-
roleScopeTagIds
public WindowsPhone81StoreApp.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public WindowsPhone81StoreApp.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public WindowsPhone81StoreApp.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supersededAppCount
public WindowsPhone81StoreApp.Builder supersededAppCount(Integer supersededAppCount)
-
supersedingAppCount
public WindowsPhone81StoreApp.Builder supersedingAppCount(Integer supersedingAppCount)
-
uploadState
public WindowsPhone81StoreApp.Builder uploadState(Integer uploadState)
-
appStoreUrl
public WindowsPhone81StoreApp.Builder appStoreUrl(String appStoreUrl)
“The Windows Phone 8.1 app store URL.”- Parameters:
appStoreUrl- value ofappStoreUrlproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsPhone81StoreApp build()
-
-