Uses of Class
odata.msgraph.client.beta.enums.TeamworkDeviceOperationType
-
Packages that use TeamworkDeviceOperationType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of TeamworkDeviceOperationType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamworkDeviceOperationType Modifier and Type Field Description protected TeamworkDeviceOperationTypeTeamworkDeviceOperation. operationTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamworkDeviceOperationType Modifier and Type Method Description Optional<TeamworkDeviceOperationType>TeamworkDeviceOperation. getOperationType()Methods in odata.msgraph.client.beta.entity with parameters of type TeamworkDeviceOperationType Modifier and Type Method Description TeamworkDeviceOperation.BuilderTeamworkDeviceOperation.Builder. operationType(TeamworkDeviceOperationType operationType)TeamworkDeviceOperationTeamworkDeviceOperation. withOperationType(TeamworkDeviceOperationType operationType) -
Uses of TeamworkDeviceOperationType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return TeamworkDeviceOperationType Modifier and Type Method Description static TeamworkDeviceOperationTypeTeamworkDeviceOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static TeamworkDeviceOperationType[]TeamworkDeviceOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-