Uses of Class
odata.msgraph.client.beta.enums.EducationSynchronizationProfileState
-
Packages that use EducationSynchronizationProfileState Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EducationSynchronizationProfileState in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EducationSynchronizationProfileState Modifier and Type Field Description protected EducationSynchronizationProfileStateEducationSynchronizationProfile. stateMethods in odata.msgraph.client.beta.entity that return types with arguments of type EducationSynchronizationProfileState Modifier and Type Method Description Optional<EducationSynchronizationProfileState>EducationSynchronizationProfile. getState()Methods in odata.msgraph.client.beta.entity with parameters of type EducationSynchronizationProfileState Modifier and Type Method Description EducationSynchronizationProfile.BuilderEducationSynchronizationProfile.Builder. state(EducationSynchronizationProfileState state)EducationSynchronizationProfileEducationSynchronizationProfile. withState(EducationSynchronizationProfileState state) -
Uses of EducationSynchronizationProfileState in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EducationSynchronizationProfileState Modifier and Type Method Description static EducationSynchronizationProfileStateEducationSynchronizationProfileState. valueOf(String name)Returns the enum constant of this type with the specified name.static EducationSynchronizationProfileState[]EducationSynchronizationProfileState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-