Uses of Class
odata.msgraph.client.beta.enums.MobileAppRelationshipType
-
Packages that use MobileAppRelationshipType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MobileAppRelationshipType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MobileAppRelationshipType Modifier and Type Field Description protected MobileAppRelationshipTypeMobileAppRelationship. targetTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type MobileAppRelationshipType Modifier and Type Method Description Optional<MobileAppRelationshipType>MobileAppRelationship. getTargetType()“The type of relationship indicating whether the target is a parent or child.”Methods in odata.msgraph.client.beta.entity with parameters of type MobileAppRelationshipType Modifier and Type Method Description MobileAppDependency.BuilderMobileAppDependency.Builder. targetType(MobileAppRelationshipType targetType)MobileAppSupersedence.BuilderMobileAppSupersedence.Builder. targetType(MobileAppRelationshipType targetType)MobileAppRelationshipMobileAppRelationship. withTargetType(MobileAppRelationshipType targetType)Returns an immutable copy ofthiswith just thetargetTypefield changed. -
Uses of MobileAppRelationshipType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MobileAppRelationshipType Modifier and Type Method Description static MobileAppRelationshipTypeMobileAppRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static MobileAppRelationshipType[]MobileAppRelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-