Class ConnectDataCategoryWithDataClassRequest
Object
ConnectDataCategoryWithDataClassRequest
- All Implemented Interfaces:
Serializable
Criteria for connecting data class and data category.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionConnectDataCategoryWithDataClassRequest(UUID dataCategoryId, UUID dataClassId) Creates a newConnectDataCategoryWithDataClassRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanTheidof the data category connected to the data class.Theidof the data class connected to the data category.inthashCode()voidsetDataCategoryId(UUID dataCategoryId) Theidof the data category connected to the data class.voidsetDataClassId(UUID dataClassId) Theidof the data class connected to the data category.toString()
-
Constructor Details
-
ConnectDataCategoryWithDataClassRequest
Creates a newConnectDataCategoryWithDataClassRequestinstance.- Parameters:
dataCategoryId- Theidof the data category connected to the data class.dataClassId- Theidof the data class connected to the data category.
-
ConnectDataCategoryWithDataClassRequest
public ConnectDataCategoryWithDataClassRequest()
-
-
Method Details
-
builder
public static ConnectDataCategoryWithDataClassRequest.ConnectDataCategoryWithDataClassRequestBuilder builder() -
getDataCategoryId
Theidof the data category connected to the data class. -
getDataClassId
Theidof the data class connected to the data category. -
setDataCategoryId
Theidof the data category connected to the data class. -
setDataClassId
Theidof the data class connected to the data category. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-