Uses of Class
odata.msgraph.client.beta.enums.CrossTenantAccessPolicyTargetType
-
Packages that use CrossTenantAccessPolicyTargetType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of CrossTenantAccessPolicyTargetType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as CrossTenantAccessPolicyTargetType Modifier and Type Field Description protected CrossTenantAccessPolicyTargetTypeCrossTenantAccessPolicyTarget. targetTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type CrossTenantAccessPolicyTargetType Modifier and Type Method Description Optional<CrossTenantAccessPolicyTargetType>CrossTenantAccessPolicyTarget. getTargetType()Methods in odata.msgraph.client.beta.complex with parameters of type CrossTenantAccessPolicyTargetType Modifier and Type Method Description CrossTenantAccessPolicyTarget.BuilderCrossTenantAccessPolicyTarget.Builder. targetType(CrossTenantAccessPolicyTargetType targetType)CrossTenantAccessPolicyTargetCrossTenantAccessPolicyTarget. withTargetType(CrossTenantAccessPolicyTargetType targetType) -
Uses of CrossTenantAccessPolicyTargetType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return CrossTenantAccessPolicyTargetType Modifier and Type Method Description static CrossTenantAccessPolicyTargetTypeCrossTenantAccessPolicyTargetType. valueOf(String name)Returns the enum constant of this type with the specified name.static CrossTenantAccessPolicyTargetType[]CrossTenantAccessPolicyTargetType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-