Uses of Class
odata.msgraph.client.beta.enums.RegistrationStatusType
-
Packages that use RegistrationStatusType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of RegistrationStatusType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as RegistrationStatusType Modifier and Type Field Description protected RegistrationStatusTypeUserRegistrationCount. registrationStatusMethods in odata.msgraph.client.beta.complex that return types with arguments of type RegistrationStatusType Modifier and Type Method Description Optional<RegistrationStatusType>UserRegistrationCount. getRegistrationStatus()Methods in odata.msgraph.client.beta.complex with parameters of type RegistrationStatusType Modifier and Type Method Description UserRegistrationCount.BuilderUserRegistrationCount.Builder. registrationStatus(RegistrationStatusType registrationStatus)UserRegistrationCountUserRegistrationCount. withRegistrationStatus(RegistrationStatusType registrationStatus) -
Uses of RegistrationStatusType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RegistrationStatusType Modifier and Type Method Description static RegistrationStatusTypeRegistrationStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static RegistrationStatusType[]RegistrationStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-