Uses of Class
odata.msgraph.client.beta.enums.SetupStatus
-
Packages that use SetupStatus Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SetupStatus in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SetupStatus Modifier and Type Field Description protected SetupStatusTenantSetupInfo. setupStatusprotected SetupStatusPrivilegedSignupStatus. statusMethods in odata.msgraph.client.beta.entity that return types with arguments of type SetupStatus Modifier and Type Method Description Optional<SetupStatus>TenantSetupInfo. getSetupStatus()Optional<SetupStatus>PrivilegedSignupStatus. getStatus()Methods in odata.msgraph.client.beta.entity with parameters of type SetupStatus Modifier and Type Method Description TenantSetupInfo.BuilderTenantSetupInfo.Builder. setupStatus(SetupStatus setupStatus)PrivilegedSignupStatus.BuilderPrivilegedSignupStatus.Builder. status(SetupStatus status)TenantSetupInfoTenantSetupInfo. withSetupStatus(SetupStatus setupStatus)PrivilegedSignupStatusPrivilegedSignupStatus. withStatus(SetupStatus status) -
Uses of SetupStatus in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SetupStatus Modifier and Type Method Description static SetupStatusSetupStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SetupStatus[]SetupStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-