Package odata.msgraph.client.beta.entity
Class MacOSDmgApp.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.MacOSDmgApp.Builder
-
- Enclosing class:
- MacOSDmgApp
public static final class MacOSDmgApp.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public MacOSDmgApp.Builder id(String id)
-
createdDateTime
public MacOSDmgApp.Builder createdDateTime(OffsetDateTime createdDateTime)
-
dependentAppCount
public MacOSDmgApp.Builder dependentAppCount(Integer dependentAppCount)
-
description
public MacOSDmgApp.Builder description(String description)
-
developer
public MacOSDmgApp.Builder developer(String developer)
-
displayName
public MacOSDmgApp.Builder displayName(String displayName)
-
informationUrl
public MacOSDmgApp.Builder informationUrl(String informationUrl)
-
isAssigned
public MacOSDmgApp.Builder isAssigned(Boolean isAssigned)
-
isFeatured
public MacOSDmgApp.Builder isFeatured(Boolean isFeatured)
-
largeIcon
public MacOSDmgApp.Builder largeIcon(MimeContent largeIcon)
-
lastModifiedDateTime
public MacOSDmgApp.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
notes
public MacOSDmgApp.Builder notes(String notes)
-
owner
public MacOSDmgApp.Builder owner(String owner)
-
privacyInformationUrl
public MacOSDmgApp.Builder privacyInformationUrl(String privacyInformationUrl)
-
publisher
public MacOSDmgApp.Builder publisher(String publisher)
-
publishingState
public MacOSDmgApp.Builder publishingState(MobileAppPublishingState publishingState)
-
roleScopeTagIds
public MacOSDmgApp.Builder roleScopeTagIds(List<String> roleScopeTagIds)
-
roleScopeTagIds
public MacOSDmgApp.Builder roleScopeTagIds(String... roleScopeTagIds)
-
roleScopeTagIdsNextLink
public MacOSDmgApp.Builder roleScopeTagIdsNextLink(String roleScopeTagIdsNextLink)
-
supersededAppCount
public MacOSDmgApp.Builder supersededAppCount(Integer supersededAppCount)
-
supersedingAppCount
public MacOSDmgApp.Builder supersedingAppCount(Integer supersedingAppCount)
-
uploadState
public MacOSDmgApp.Builder uploadState(Integer uploadState)
-
committedContentVersion
public MacOSDmgApp.Builder committedContentVersion(String committedContentVersion)
-
fileName
public MacOSDmgApp.Builder fileName(String fileName)
-
size
public MacOSDmgApp.Builder size(Long size)
-
ignoreVersionDetection
public MacOSDmgApp.Builder ignoreVersionDetection(Boolean ignoreVersionDetection)
“A value indicating whether the app's version will be used to detect the app after it is installed on a device. Set this to true for apps that use a self- update feature. Set this to false to install the app when it is not already installed on the device, or if the deploying app's version number does not match the version that's already installed on the device.”- Parameters:
ignoreVersionDetection- value ofignoreVersionDetectionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
includedApps
public MacOSDmgApp.Builder includedApps(List<MacOSIncludedApp> includedApps)
“The list of apps expected to be installed by the DMG.”- Parameters:
includedApps- value ofincludedAppsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
includedApps
public MacOSDmgApp.Builder includedApps(MacOSIncludedApp... includedApps)
“The list of apps expected to be installed by the DMG.”- Parameters:
includedApps- value ofincludedAppsproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
includedAppsNextLink
public MacOSDmgApp.Builder includedAppsNextLink(String includedAppsNextLink)
“The list of apps expected to be installed by the DMG.”- Parameters:
includedAppsNextLink- value ofincludedApps@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
minimumSupportedOperatingSystem
public MacOSDmgApp.Builder minimumSupportedOperatingSystem(MacOSMinimumOperatingSystem minimumSupportedOperatingSystem)
“The value for the minimum applicable operating system.”- Parameters:
minimumSupportedOperatingSystem- value ofminimumSupportedOperatingSystemproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
primaryBundleId
public MacOSDmgApp.Builder primaryBundleId(String primaryBundleId)
“The primary CFBundleIdentifier of the DMG.”- Parameters:
primaryBundleId- value ofprimaryBundleIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
primaryBundleVersion
public MacOSDmgApp.Builder primaryBundleVersion(String primaryBundleVersion)
“The primary CFBundleVersion of the DMG.”- Parameters:
primaryBundleVersion- value ofprimaryBundleVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MacOSDmgApp build()
-
-