Uses of Class
odata.msgraph.client.beta.enums.EnrollmentAvailabilityOptions
-
Packages that use EnrollmentAvailabilityOptions Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of EnrollmentAvailabilityOptions in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as EnrollmentAvailabilityOptions Modifier and Type Field Description protected EnrollmentAvailabilityOptionsIntuneBrand. enrollmentAvailabilityMethods in odata.msgraph.client.beta.complex that return types with arguments of type EnrollmentAvailabilityOptions Modifier and Type Method Description Optional<EnrollmentAvailabilityOptions>IntuneBrand. getEnrollmentAvailability()“Customized device enrollment flow displayed to the end user”Methods in odata.msgraph.client.beta.complex with parameters of type EnrollmentAvailabilityOptions Modifier and Type Method Description IntuneBrand.BuilderIntuneBrand.Builder. enrollmentAvailability(EnrollmentAvailabilityOptions enrollmentAvailability)“Customized device enrollment flow displayed to the end user”IntuneBrandIntuneBrand. withEnrollmentAvailability(EnrollmentAvailabilityOptions enrollmentAvailability)Returns an immutable copy ofthiswith just theenrollmentAvailabilityfield changed. -
Uses of EnrollmentAvailabilityOptions in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as EnrollmentAvailabilityOptions Modifier and Type Field Description protected EnrollmentAvailabilityOptionsIntuneBrandingProfile. enrollmentAvailabilityMethods in odata.msgraph.client.beta.entity that return types with arguments of type EnrollmentAvailabilityOptions Modifier and Type Method Description Optional<EnrollmentAvailabilityOptions>IntuneBrandingProfile. getEnrollmentAvailability()“Customized device enrollment flow displayed to the end user”Methods in odata.msgraph.client.beta.entity with parameters of type EnrollmentAvailabilityOptions Modifier and Type Method Description IntuneBrandingProfile.BuilderIntuneBrandingProfile.Builder. enrollmentAvailability(EnrollmentAvailabilityOptions enrollmentAvailability)“Customized device enrollment flow displayed to the end user”IntuneBrandingProfileIntuneBrandingProfile. withEnrollmentAvailability(EnrollmentAvailabilityOptions enrollmentAvailability)Returns an immutable copy ofthiswith just theenrollmentAvailabilityfield changed. -
Uses of EnrollmentAvailabilityOptions in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return EnrollmentAvailabilityOptions Modifier and Type Method Description static EnrollmentAvailabilityOptionsEnrollmentAvailabilityOptions. valueOf(String name)Returns the enum constant of this type with the specified name.static EnrollmentAvailabilityOptions[]EnrollmentAvailabilityOptions. values()Returns an array containing the constants of this enum type, in the order they are declared.
-