Uses of Class
odata.msgraph.client.beta.enums.CloudPcOnPremisesConnectionType
-
Packages that use CloudPcOnPremisesConnectionType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of CloudPcOnPremisesConnectionType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as CloudPcOnPremisesConnectionType Modifier and Type Field Description protected CloudPcOnPremisesConnectionTypeCloudPcOnPremisesConnection. typeMethods in odata.msgraph.client.beta.entity that return types with arguments of type CloudPcOnPremisesConnectionType Modifier and Type Method Description Optional<CloudPcOnPremisesConnectionType>CloudPcOnPremisesConnection. getType()Methods in odata.msgraph.client.beta.entity with parameters of type CloudPcOnPremisesConnectionType Modifier and Type Method Description CloudPcOnPremisesConnection.BuilderCloudPcOnPremisesConnection.Builder. type(CloudPcOnPremisesConnectionType type)CloudPcOnPremisesConnectionCloudPcOnPremisesConnection. withType(CloudPcOnPremisesConnectionType type) -
Uses of CloudPcOnPremisesConnectionType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CloudPcOnPremisesConnectionType Modifier and Type Method Description static CloudPcOnPremisesConnectionTypeCloudPcOnPremisesConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudPcOnPremisesConnectionType[]CloudPcOnPremisesConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-