Uses of Class
org.odpi.openmetadata.accessservices.subjectarea.properties.enums.StatusFilter
-
Packages that use StatusFilter Package Description org.odpi.openmetadata.accessservices.subjectarea.properties.enums org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common -
-
Uses of StatusFilter in org.odpi.openmetadata.accessservices.subjectarea.properties.enums
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.enums that return StatusFilter Modifier and Type Method Description static StatusFilterStatusFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static StatusFilter[]StatusFilter. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of StatusFilter in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common
Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common that return StatusFilter Modifier and Type Method Description StatusFilterNeighborhoodHistoricalFindRequest. getStatusFilter()Methods in org.odpi.openmetadata.accessservices.subjectarea.properties.objects.common with parameters of type StatusFilter Modifier and Type Method Description voidNeighborhoodHistoricalFindRequest. setStatusFilter(StatusFilter statusFilter)
-