Uses of Enum Class
page.codeberg.friedolyn.client.Client.FetchPersonalData.Kind
Packages that use Client.FetchPersonalData.Kind
-
Uses of Client.FetchPersonalData.Kind in page.codeberg.friedolyn.client
Fields in page.codeberg.friedolyn.client declared as Client.FetchPersonalData.KindModifier and TypeFieldDescriptionprivate final @NonNull Client.FetchPersonalData.Kind
Client.FetchPersonalData.KIND
What personal data to retrieve from Friedolin.Methods in page.codeberg.friedolyn.client that return Client.FetchPersonalData.KindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static Client.FetchPersonalData.Kind[]
Client.FetchPersonalData.Kind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in page.codeberg.friedolyn.client with parameters of type Client.FetchPersonalData.KindModifierConstructorDescription(package private)
FetchPersonalData
(@NonNull Client.FetchPersonalData.Kind kind) Creates a new task to fetch the student's personal data from Friedolin.