Class ConnectDataCategoriesWithDataClassRequest
Object
ConnectDataCategoriesWithDataClassRequest
- All Implemented Interfaces:
Serializable
Criteria for connecting data categories and data class.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionConnectDataCategoriesWithDataClassRequest(List<UUID> dataCategoryIds, UUID dataClassId) Creates a newConnectDataCategoriesWithDataClassRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanThe list of data category ids to be connected to the data class.The id of the data class to be connected to the data categories.inthashCode()voidsetDataCategoryIds(List<UUID> dataCategoryIds) The list of data category ids to be connected to the data class.voidsetDataClassId(UUID dataClassId) The id of the data class to be connected to the data categories.toString()
-
Constructor Details
-
ConnectDataCategoriesWithDataClassRequest
Creates a newConnectDataCategoriesWithDataClassRequestinstance.- Parameters:
dataCategoryIds- The list of data category ids to be connected to the data class.dataClassId- The id of the data class to be connected to the data categories.
-
ConnectDataCategoriesWithDataClassRequest
public ConnectDataCategoriesWithDataClassRequest()
-
-
Method Details
-
builder
public static ConnectDataCategoriesWithDataClassRequest.ConnectDataCategoriesWithDataClassRequestBuilder builder() -
getDataCategoryIds
The list of data category ids to be connected to the data class. -
getDataClassId
The id of the data class to be connected to the data categories. -
setDataCategoryIds
The list of data category ids to be connected to the data class. -
setDataClassId
The id of the data class to be connected to the data categories. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-