Class UpdatableAssetCollectionRequest

    • Field Detail

      • contextPath

        protected com.github.davidmoten.odata.client.ContextPath contextPath
    • Constructor Detail

      • UpdatableAssetCollectionRequest

        public UpdatableAssetCollectionRequest​(com.github.davidmoten.odata.client.ContextPath contextPath,
                                               Optional<Object> value)
    • Method Detail

      • enrollAssetsById

        public com.github.davidmoten.odata.client.ActionRequestNoReturn enrollAssetsById​(UpdateCategory updateCategory,
                                                                                         String memberEntityType,
                                                                                         List<String> ids)
      • unenrollAssets

        public com.github.davidmoten.odata.client.ActionRequestNoReturn unenrollAssets​(UpdateCategory updateCategory,
                                                                                       List<UpdatableAsset> assets)
      • unenrollAssetsById

        public com.github.davidmoten.odata.client.ActionRequestNoReturn unenrollAssetsById​(UpdateCategory updateCategory,
                                                                                           String memberEntityType,
                                                                                           List<String> ids)