22
22
* so on) uploaded in your Contentstack
23
23
* repository for future use.
24
24
*
25
- * @author ***REMOVED***
25
+ * @author ishaileshmishra
26
26
* @since 2022-10-20
27
27
*/
28
28
public class Asset implements BaseImplementation <Asset > {
@@ -187,7 +187,7 @@ public Folder folder(@NotNull String folderUid) {
187
187
* Example:file_size
188
188
*
189
189
* @return Call
190
- * @author ***REMOVED***
190
+ * @author ishaileshmishra
191
191
* @see <a href=
192
192
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#get-all-assets">Get
193
193
* all
@@ -210,7 +210,7 @@ public Call<ResponseBody> find() {
210
210
* published in each of the environment.
211
211
*
212
212
* @return Call
213
- * @author ***REMOVED***
213
+ * @author ishaileshmishra
214
214
* @see <a href=
215
215
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#get-a-single-asset">Get
216
216
* a single asset</a>
@@ -228,7 +228,7 @@ public Call<ResponseBody> fetch() {
228
228
*
229
229
* @param folderUid The folderUid of specific folder
230
230
* @return Call
231
- * @author ***REMOVED***
231
+ * @author ishaileshmishra
232
232
* @see <a href=
233
233
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#get-assets-of-a-specific-folder">Get
234
234
* Assets of a Specific Folder</a>
@@ -249,7 +249,7 @@ public Call<ResponseBody> byFolderUid(@NotNull String folderUid) {
249
249
* @param folderUid folder uid
250
250
* @param isIncludeFolders provide true/false
251
251
* @return Call
252
- * @author ***REMOVED***
252
+ * @author ishaileshmishra
253
253
* @see <a href=
254
254
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#get-assets-and-subfolders-of-a-parent-folder">Get
255
255
* Assets and Subfolders of a Parent Folder</a>
@@ -296,7 +296,7 @@ public Call<ResponseBody> subfolder(
296
296
* in the response.</li>
297
297
* </ul>
298
298
* @return Call
299
- * @author ***REMOVED***
299
+ * @author ishaileshmishra
300
300
* @see <a href=
301
301
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#upload-asset">
302
302
* Upload
@@ -410,7 +410,7 @@ private MultipartBody.Part uploadFile(@NotNull String filePath) {
410
410
*
411
411
* @param body the JSONObject request body
412
412
* @return Call
413
- * @author ***REMOVED***
413
+ * @author ishaileshmishra
414
414
* @see <a href=
415
415
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#generate-permanent-asset-url">
416
416
* Generate Permanent Asset URL </a>
@@ -439,7 +439,7 @@ public Call<ResponseBody> generatePermanentUrl(JSONObject body) {
439
439
*
440
440
* @param slugUrl The unique identifier of the asset.
441
441
* @return Call
442
- * @author ***REMOVED***
442
+ * @author ishaileshmishra
443
443
* @see <a href=
444
444
* "https://www.contentstack.com/docs/developers/apis/content-management-api/#generate-permanent-asset-url">
445
445
* Generate Permanent Asset Url</a>
0 commit comments