Class DisconnectDataCategoriesFromDataClassRequest
Object
DisconnectDataCategoriesFromDataClassRequest
- All Implemented Interfaces:
Serializable
Request to disconnect data classes from data category.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionDisconnectDataCategoriesFromDataClassRequest(List<UUID> dataCategoryIds, UUID dataClassId) Creates a newDisconnectDataCategoriesFromDataClassRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionstatic DisconnectDataCategoriesFromDataClassRequest.DisconnectDataCategoriesFromDataClassRequestBuilderbuilder()protected booleanbooleanThe ids of the data categories to be disconnected from the data class.The id of the data class to be disconnected from the data categories.inthashCode()voidsetDataCategoryIds(List<UUID> dataCategoryIds) The ids of the data categories to be disconnected from the data class.voidsetDataClassId(UUID dataClassId) The id of the data class to be disconnected from the data categories.toString()
-
Constructor Details
-
DisconnectDataCategoriesFromDataClassRequest
Creates a newDisconnectDataCategoriesFromDataClassRequestinstance.- Parameters:
dataCategoryIds- The ids of the data categories to be disconnected from the data class.dataClassId- The id of the data class to be disconnected from the data categories.
-
DisconnectDataCategoriesFromDataClassRequest
public DisconnectDataCategoriesFromDataClassRequest()
-
-
Method Details
-
builder
public static DisconnectDataCategoriesFromDataClassRequest.DisconnectDataCategoriesFromDataClassRequestBuilder builder() -
getDataCategoryIds
The ids of the data categories to be disconnected from the data class. -
getDataClassId
The id of the data class to be disconnected from the data categories. -
setDataCategoryIds
The ids of the data categories to be disconnected from the data class. -
setDataClassId
The id of the data class to be disconnected from the data categories. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-