Class DisconnectDataClassesFromDataCategoryRequest
Object
DisconnectDataClassesFromDataCategoryRequest
Request to disconnect data classes from data category.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionDisconnectDataClassesFromDataCategoryRequest(List<UUID> dataClassIds, UUID dataCategoryId) Creates a newDisconnectDataClassesFromDataCategoryRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionstatic DisconnectDataClassesFromDataCategoryRequest.DisconnectDataClassesFromDataCategoryRequestBuilderbuilder()protected booleanbooleanThe id of the data category to be disconnected from the data classes.The ids of the data classes to be disconnected from the data category.inthashCode()voidsetDataCategoryId(UUID dataCategoryId) The id of the data category to be disconnected from the data classes.voidsetDataClassIds(List<UUID> dataClassIds) The ids of the data classes to be disconnected from the data category.toString()
-
Constructor Details
-
DisconnectDataClassesFromDataCategoryRequest
Creates a newDisconnectDataClassesFromDataCategoryRequestinstance.- Parameters:
dataClassIds- The ids of the data classes to be disconnected from the data category.dataCategoryId- The id of the data category to be disconnected from the data classes.
-
DisconnectDataClassesFromDataCategoryRequest
public DisconnectDataClassesFromDataCategoryRequest()
-
-
Method Details
-
builder
public static DisconnectDataClassesFromDataCategoryRequest.DisconnectDataClassesFromDataCategoryRequestBuilder builder() -
getDataClassIds
The ids of the data classes to be disconnected from the data category. -
getDataCategoryId
The id of the data category to be disconnected from the data classes. -
setDataClassIds
The ids of the data classes to be disconnected from the data category. -
setDataCategoryId
The id of the data category to be disconnected from the data classes. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-