Uses of Class
microsoft.dynamics.crm.entity.request.PostlikeRequest
-
Packages that use PostlikeRequest Package Description microsoft.dynamics.crm.container microsoft.dynamics.crm.entity.collection.request microsoft.dynamics.crm.entity.request -
-
Uses of PostlikeRequest in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container that return PostlikeRequest Modifier and Type Method Description PostlikeRequestSystem. postlikes(String postlikeid) -
Uses of PostlikeRequest in microsoft.dynamics.crm.entity.collection.request
Methods in microsoft.dynamics.crm.entity.collection.request that return PostlikeRequest Modifier and Type Method Description PostlikeRequestSystemuserCollectionRequest. lk_postlike_createdby(String postlikeid)PostlikeRequestSystemuserCollectionRequest. lk_postlike_createdonbehalfby(String postlikeid)PostlikeRequestOrganizationCollectionRequest. organization_postlike(String postlikeid)PostlikeRequestPostCollectionRequest. post_Likes(String postlikeid) -
Uses of PostlikeRequest in microsoft.dynamics.crm.entity.request
Methods in microsoft.dynamics.crm.entity.request that return PostlikeRequest Modifier and Type Method Description PostlikeRequestSystemuserRequest. lk_postlike_createdby(String postlikeid)PostlikeRequestSystemuserRequest. lk_postlike_createdonbehalfby(String postlikeid)PostlikeRequestOrganizationRequest. organization_postlike(String postlikeid)PostlikeRequestPostRequest. post_Likes(String postlikeid)
-