Uses of Class
odata.msgraph.client.beta.enums.OfficeSuiteInstallProgressDisplayLevel
-
Packages that use OfficeSuiteInstallProgressDisplayLevel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of OfficeSuiteInstallProgressDisplayLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as OfficeSuiteInstallProgressDisplayLevel Modifier and Type Field Description protected OfficeSuiteInstallProgressDisplayLevelOfficeSuiteApp. installProgressDisplayLevelMethods in odata.msgraph.client.beta.entity that return types with arguments of type OfficeSuiteInstallProgressDisplayLevel Modifier and Type Method Description Optional<OfficeSuiteInstallProgressDisplayLevel>OfficeSuiteApp. getInstallProgressDisplayLevel()“To specify the level of display for the Installation Progress Setup UI on the Device.”Methods in odata.msgraph.client.beta.entity with parameters of type OfficeSuiteInstallProgressDisplayLevel Modifier and Type Method Description OfficeSuiteApp.BuilderOfficeSuiteApp.Builder. installProgressDisplayLevel(OfficeSuiteInstallProgressDisplayLevel installProgressDisplayLevel)“To specify the level of display for the Installation Progress Setup UI on the Device.”OfficeSuiteAppOfficeSuiteApp. withInstallProgressDisplayLevel(OfficeSuiteInstallProgressDisplayLevel installProgressDisplayLevel)Returns an immutable copy ofthiswith just theinstallProgressDisplayLevelfield changed. -
Uses of OfficeSuiteInstallProgressDisplayLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return OfficeSuiteInstallProgressDisplayLevel Modifier and Type Method Description static OfficeSuiteInstallProgressDisplayLevelOfficeSuiteInstallProgressDisplayLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static OfficeSuiteInstallProgressDisplayLevel[]OfficeSuiteInstallProgressDisplayLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-