Class DisconnectDataCategoryWithDataClassRequest
Object
DisconnectDataCategoryWithDataClassRequest
Request to disconnect data category from data class.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionDisconnectDataCategoryWithDataClassRequest(UUID dataCategoryId, UUID dataClassId) Creates a newDisconnectDataCategoryWithDataClassRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanTheidof the data category to be disconnected from the data class.Theidof the data class to be disconnected from the data category.inthashCode()voidsetDataCategoryId(UUID dataCategoryId) Theidof the data category to be disconnected from the data class.voidsetDataClassId(UUID dataClassId) Theidof the data class to be disconnected from the data category.toString()
-
Constructor Details
-
DisconnectDataCategoryWithDataClassRequest
Creates a newDisconnectDataCategoryWithDataClassRequestinstance.- Parameters:
dataCategoryId- Theidof the data category to be disconnected from the data class.dataClassId- Theidof the data class to be disconnected from the data category.
-
DisconnectDataCategoryWithDataClassRequest
public DisconnectDataCategoryWithDataClassRequest()
-
-
Method Details
-
builder
public static DisconnectDataCategoryWithDataClassRequest.DisconnectDataCategoryWithDataClassRequestBuilder builder() -
getDataCategoryId
Theidof the data category to be disconnected from the data class. -
getDataClassId
Theidof the data class to be disconnected from the data category. -
setDataCategoryId
Theidof the data category to be disconnected from the data class. -
setDataClassId
Theidof the data class to be disconnected from the data category. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-