Uses of Class
odata.msgraph.client.beta.enums.ResultantAppStateDetail
-
Packages that use ResultantAppStateDetail Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ResultantAppStateDetail in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as ResultantAppStateDetail Modifier and Type Field Description protected ResultantAppStateDetailMobileAppRelationshipState. installStateDetailMethods in odata.msgraph.client.beta.complex that return types with arguments of type ResultantAppStateDetail Modifier and Type Method Description Optional<ResultantAppStateDetail>MobileAppRelationshipState. getInstallStateDetail()“The install state detail of the app.”Methods in odata.msgraph.client.beta.complex with parameters of type ResultantAppStateDetail Modifier and Type Method Description MobileAppRelationshipState.BuilderMobileAppRelationshipState.Builder. installStateDetail(ResultantAppStateDetail installStateDetail)“The install state detail of the app.”MobileAppRelationshipStateMobileAppRelationshipState. withInstallStateDetail(ResultantAppStateDetail installStateDetail)Returns an immutable copy ofthiswith just theinstallStateDetailfield changed. -
Uses of ResultantAppStateDetail in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ResultantAppStateDetail Modifier and Type Field Description protected ResultantAppStateDetailMobileAppInstallStatus. installStateDetailMethods in odata.msgraph.client.beta.entity that return types with arguments of type ResultantAppStateDetail Modifier and Type Method Description Optional<ResultantAppStateDetail>MobileAppInstallStatus. getInstallStateDetail()“The install state detail of the app.”Methods in odata.msgraph.client.beta.entity with parameters of type ResultantAppStateDetail Modifier and Type Method Description MobileAppInstallStatus.BuilderMobileAppInstallStatus.Builder. installStateDetail(ResultantAppStateDetail installStateDetail)“The install state detail of the app.”MobileAppInstallStatusMobileAppInstallStatus. withInstallStateDetail(ResultantAppStateDetail installStateDetail)Returns an immutable copy ofthiswith just theinstallStateDetailfield changed. -
Uses of ResultantAppStateDetail in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ResultantAppStateDetail Modifier and Type Method Description static ResultantAppStateDetailResultantAppStateDetail. valueOf(String name)Returns the enum constant of this type with the specified name.static ResultantAppStateDetail[]ResultantAppStateDetail. values()Returns an array containing the constants of this enum type, in the order they are declared.
-