Package knf.hydra.core.models.data
Class ExtraDirectoryRequest
-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class ExtraDirectoryRequest implements Parcelable
Extra directory request used to load HeadRepository.extraDirectoryPager
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExtraDirectoryRequest.Companion
-
Constructor Summary
Constructors Constructor Description ExtraDirectoryRequest(String title, String payload)
-
Method Summary
Modifier and Type Method Description final StringgetTitle()The title of the screen final StringgetPayload()The payload used to load the directory
-