Class MobileAppIntentAndStateDetail.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MobileAppIntentAndStateDetail.Builder
-
- Enclosing class:
- MobileAppIntentAndStateDetail
public static final class MobileAppIntentAndStateDetail.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
applicationId
public MobileAppIntentAndStateDetail.Builder applicationId(String applicationId)
“MobieApp identifier.”- Parameters:
applicationId- value ofapplicationIdproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayName
public MobileAppIntentAndStateDetail.Builder displayName(String displayName)
“The admin provided or imported title of the app.”- Parameters:
displayName- value ofdisplayNameproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
displayVersion
public MobileAppIntentAndStateDetail.Builder displayVersion(String displayVersion)
“Human readable version of the application”- Parameters:
displayVersion- value ofdisplayVersionproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
installState
public MobileAppIntentAndStateDetail.Builder installState(ResultantAppState installState)
“The install state of the app.”- Parameters:
installState- value ofinstallStateproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
mobileAppIntent
public MobileAppIntentAndStateDetail.Builder mobileAppIntent(MobileAppIntent mobileAppIntent)
“Mobile App Intent.”- Parameters:
mobileAppIntent- value ofmobileAppIntentproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedDeviceTypes
public MobileAppIntentAndStateDetail.Builder supportedDeviceTypes(List<MobileAppSupportedDeviceType> supportedDeviceTypes)
“The supported platforms for the app.”- Parameters:
supportedDeviceTypes- value ofsupportedDeviceTypesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedDeviceTypes
public MobileAppIntentAndStateDetail.Builder supportedDeviceTypes(MobileAppSupportedDeviceType... supportedDeviceTypes)
“The supported platforms for the app.”- Parameters:
supportedDeviceTypes- value ofsupportedDeviceTypesproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
supportedDeviceTypesNextLink
public MobileAppIntentAndStateDetail.Builder supportedDeviceTypesNextLink(String supportedDeviceTypesNextLink)
“The supported platforms for the app.”- Parameters:
supportedDeviceTypesNextLink- value ofsupportedDeviceTypes@nextLinkproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public MobileAppIntentAndStateDetail build()
-
-