Uses of Class
odata.msgraph.client.beta.enums.ResultantAppState
-
Packages that use ResultantAppState Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ResultantAppState in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ResultantAppState Modifier and Type Field Description protected ResultantAppStateMobileAppIntentAndStateDetail. installStateprotected ResultantAppStateMobileAppRelationshipState. installStateMethods in odata.msgraph.client.beta.complex that return types with arguments of type ResultantAppState Modifier and Type Method Description Optional<ResultantAppState>MobileAppIntentAndStateDetail. getInstallState()“The install state of the app.”Optional<ResultantAppState>MobileAppRelationshipState. getInstallState()“The install state of the app of target app.”Methods in odata.msgraph.client.beta.complex with parameters of type ResultantAppState Modifier and Type Method Description MobileAppIntentAndStateDetail.BuilderMobileAppIntentAndStateDetail.Builder. installState(ResultantAppState installState)“The install state of the app.”MobileAppRelationshipState.BuilderMobileAppRelationshipState.Builder. installState(ResultantAppState installState)“The install state of the app of target app.”MobileAppIntentAndStateDetailMobileAppIntentAndStateDetail. withInstallState(ResultantAppState installState)Returns an immutable copy ofthiswith just theinstallStatefield changed.MobileAppRelationshipStateMobileAppRelationshipState. withInstallState(ResultantAppState installState)Returns an immutable copy ofthiswith just theinstallStatefield changed. -
Uses of ResultantAppState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ResultantAppState Modifier and Type Field Description protected ResultantAppStateMobileAppInstallStatus. installStateprotected ResultantAppStateMobileAppInstallStatus. mobileAppInstallStatusValueMethods in odata.msgraph.client.beta.entity that return types with arguments of type ResultantAppState Modifier and Type Method Description Optional<ResultantAppState>MobileAppInstallStatus. getInstallState()“The install state of the app.”Optional<ResultantAppState>MobileAppInstallStatus. getMobileAppInstallStatusValue()“The install state of the app.”Methods in odata.msgraph.client.beta.entity with parameters of type ResultantAppState Modifier and Type Method Description MobileAppInstallStatus.BuilderMobileAppInstallStatus.Builder. installState(ResultantAppState installState)“The install state of the app.”MobileAppInstallStatus.BuilderMobileAppInstallStatus.Builder. mobileAppInstallStatusValue(ResultantAppState mobileAppInstallStatusValue)“The install state of the app.”MobileAppInstallStatusMobileAppInstallStatus. withInstallState(ResultantAppState installState)Returns an immutable copy ofthiswith just theinstallStatefield changed.MobileAppInstallStatusMobileAppInstallStatus. withMobileAppInstallStatusValue(ResultantAppState mobileAppInstallStatusValue)Returns an immutable copy ofthiswith just themobileAppInstallStatusValuefield changed. -
Uses of ResultantAppState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ResultantAppState Modifier and Type Method Description static ResultantAppStateResultantAppState. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultantAppState[]ResultantAppState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-