Uses of Class
odata.msgraph.client.beta.enums.JoinType
-
Packages that use JoinType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of JoinType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as JoinType Modifier and Type Field Description protected JoinTypeManagedDevice. joinTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type JoinType Modifier and Type Method Description Optional<JoinType>ManagedDevice. getJoinType()“Device join type”Methods in odata.msgraph.client.beta.entity with parameters of type JoinType Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. joinType(JoinType joinType)“Device join type”WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. joinType(JoinType joinType)ManagedDeviceManagedDevice. withJoinType(JoinType joinType)Returns an immutable copy ofthiswith just thejoinTypefield changed. -
Uses of JoinType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return JoinType Modifier and Type Method Description static JoinTypeJoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoinType[]JoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-