Package io.github.ermadmi78.kobby.task
Class KobbyTypeOperationQuery
-
- All Implemented Interfaces:
-
java.io.Serializable
public final class KobbyTypeOperationQuery implements Serializable
Created on 15.02.2025
-
-
Field Summary
Fields Modifier and Type Field Description private final KobbyTypeQueryincludeprivate final KobbyTypeQueryexclude
-
Constructor Summary
Constructors Constructor Description KobbyTypeOperationQuery()KobbyTypeOperationQuery(KobbyTypeQuery include, KobbyTypeQuery exclude)
-
Method Summary
Modifier and Type Method Description final KobbyTypeQuerygetInclude()final KobbyTypeQuerygetExclude()-
-
Constructor Detail
-
KobbyTypeOperationQuery
KobbyTypeOperationQuery()
-
KobbyTypeOperationQuery
KobbyTypeOperationQuery(KobbyTypeQuery include, KobbyTypeQuery exclude)
-
-
Method Detail
-
getInclude
final KobbyTypeQuery getInclude()
-
getExclude
final KobbyTypeQuery getExclude()
-
-
-
-