Package odata.msgraph.client.beta.entity
Class WindowsMicrosoftEdgeApp.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.WindowsMicrosoftEdgeApp.Builder
-
- Enclosing class:
- WindowsMicrosoftEdgeApp
public static final class WindowsMicrosoftEdgeApp.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public WindowsMicrosoftEdgeApp.Builder id(String id)
-
createdDateTime
public WindowsMicrosoftEdgeApp.Builder createdDateTime(OffsetDateTime createdDateTime)
-
dependentAppCount
public WindowsMicrosoftEdgeApp.Builder dependentAppCount(Integer dependentAppCount)
-
description
public WindowsMicrosoftEdgeApp.Builder description(String description)
-
developer
public WindowsMicrosoftEdgeApp.Builder developer(String developer)
-
displayName
public WindowsMicrosoftEdgeApp.Builder displayName(String displayName)
-
informationUrl
public WindowsMicrosoftEdgeApp.Builder informationUrl(String informationUrl)
-
isAssigned
public WindowsMicrosoftEdgeApp.Builder isAssigned(Boolean isAssigned)
-
isFeatured
public WindowsMicrosoftEdgeApp.Builder isFeatured(Boolean isFeatured)
-
largeIcon
public WindowsMicrosoftEdgeApp.Builder largeIcon(MimeContent largeIcon)
-
lastModifiedDateTime
public WindowsMicrosoftEdgeApp.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
notes
public WindowsMicrosoftEdgeApp.Builder notes(String notes)
-
owner
public WindowsMicrosoftEdgeApp.Builder owner(String owner)
-
privacyInformationUrl
public WindowsMicrosoftEdgeApp.Builder privacyInformationUrl(String privacyInformationUrl)
-
publisher
public WindowsMicrosoftEdgeApp.Builder publisher(String publisher)
-
publishingState
public WindowsMicrosoftEdgeApp.Builder publishingState(MobileAppPublishingState publishingState)
-
roleScopeTagIds
public WindowsMicrosoftEdgeApp.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public WindowsMicrosoftEdgeApp.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public WindowsMicrosoftEdgeApp.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supersededAppCount
public WindowsMicrosoftEdgeApp.Builder supersededAppCount(Integer supersededAppCount)
-
supersedingAppCount
public WindowsMicrosoftEdgeApp.Builder supersedingAppCount(Integer supersedingAppCount)
-
uploadState
public WindowsMicrosoftEdgeApp.Builder uploadState(Integer uploadState)
-
channel
public WindowsMicrosoftEdgeApp.Builder channel(MicrosoftEdgeChannel channel)
“The channel to install on target devices.”- Parameters:
channel- value ofchannelproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayLanguageLocale
public WindowsMicrosoftEdgeApp.Builder displayLanguageLocale(String displayLanguageLocale)
“The language locale to use when the Edge app displays text to the user.”- Parameters:
displayLanguageLocale- value ofdisplayLanguageLocaleproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public WindowsMicrosoftEdgeApp build()
-
-