public class Fragments extends Object
Constructor and Description |
---|
Fragments()
Creates a new
Fragments instance |
Modifier and Type | Method and Description |
---|---|
void |
addFragment(org.json.JSONObject fragment)
To add JsonObject into the fragmentsList.
|
void |
addFragments(List<org.json.JSONObject> fragments)
To add List of JsonObject into the fragmentsList.
|
List<org.json.JSONObject> |
getFragmentsList()
Gets the fragementsList.
|
public Fragments()
Fragments
instancepublic void addFragment(org.json.JSONObject fragment)
fragment
- JSON Object to be added to fragmentsListpublic void addFragments(List<org.json.JSONObject> fragments)
fragments
- List of JSON object to be added to fragmentsListpublic List<org.json.JSONObject> getFragmentsList()
Copyright © 2022 Adobe. All rights reserved.