Uses of Class
odata.msgraph.client.beta.enums.ComanagementEligibleType
-
Packages that use ComanagementEligibleType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ComanagementEligibleType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ComanagementEligibleType Modifier and Type Field Description protected ComanagementEligibleTypeComanagementEligibleDevice. statusMethods in odata.msgraph.client.beta.entity that return types with arguments of type ComanagementEligibleType Modifier and Type Method Description Optional<ComanagementEligibleType>ComanagementEligibleDevice. getStatus()“ComanagementEligibleStatus”Methods in odata.msgraph.client.beta.entity with parameters of type ComanagementEligibleType Modifier and Type Method Description ComanagementEligibleDevice.BuilderComanagementEligibleDevice.Builder. status(ComanagementEligibleType status)“ComanagementEligibleStatus”ComanagementEligibleDeviceComanagementEligibleDevice. withStatus(ComanagementEligibleType status)Returns an immutable copy ofthiswith just thestatusfield changed. -
Uses of ComanagementEligibleType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ComanagementEligibleType Modifier and Type Method Description static ComanagementEligibleTypeComanagementEligibleType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComanagementEligibleType[]ComanagementEligibleType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-