Uses of Class
odata.msgraph.client.beta.entity.MobileAppRelationship
-
Packages that use MobileAppRelationship Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of MobileAppRelationship in odata.msgraph.client.beta.entity
Subclasses of MobileAppRelationship in odata.msgraph.client.beta.entity Modifier and Type Class Description classMobileAppDependency“Describes a dependency type between two mobile apps.”classMobileAppSupersedence“Describes a supersedence relationship between two mobile apps.”Methods in odata.msgraph.client.beta.entity that return MobileAppRelationship Modifier and Type Method Description MobileAppRelationshipMobileAppRelationship. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.MobileAppRelationshipMobileAppRelationship. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).MobileAppRelationshipMobileAppRelationship. withTargetDisplayName(String targetDisplayName)Returns an immutable copy ofthiswith just thetargetDisplayNamefield changed.MobileAppRelationshipMobileAppRelationship. withTargetDisplayVersion(String targetDisplayVersion)Returns an immutable copy ofthiswith just thetargetDisplayVersionfield changed.MobileAppRelationshipMobileAppRelationship. withTargetId(String targetId)Returns an immutable copy ofthiswith just thetargetIdfield changed.MobileAppRelationshipMobileAppRelationship. withTargetPublisher(String targetPublisher)Returns an immutable copy ofthiswith just thetargetPublisherfield changed.MobileAppRelationshipMobileAppRelationship. withTargetType(MobileAppRelationshipType targetType)Returns an immutable copy ofthiswith just thetargetTypefield changed.MobileAppRelationshipMobileAppRelationship. withUnmappedField(String name, String value)Method parameters in odata.msgraph.client.beta.entity with type arguments of type MobileAppRelationship Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnMobileApp. updateRelationships(List<MobileAppRelationship> relationships) -
Uses of MobileAppRelationship in odata.msgraph.client.beta.entity.request
Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type MobileAppRelationship Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnMobileAppRequest. updateRelationships(List<MobileAppRelationship> relationships)
-