Package org.keycloak.partialimport
Class PartialImportResult
java.lang.Object
org.keycloak.partialimport.PartialImportResult
This class represents a single result for a resource imported.
- Author:
- Stan Silvert ssilvert@redhat.com (C) 2016 Red Hat Inc.
- 
Method SummaryModifier and TypeMethodDescriptionstatic PartialImportResultadded(ResourceType resourceType, String resourceName, String id, Object representation) getId()static PartialImportResultoverwritten(ResourceType resourceType, String resourceName, String id, Object representation) voidvoidvoidsetResourceName(String resourceName) voidsetResourceType(ResourceType resourceType) static PartialImportResultskipped(ResourceType resourceType, String resourceName, String id, Object representation) 
- 
Method Details- 
skippedpublic static PartialImportResult skipped(ResourceType resourceType, String resourceName, String id, Object representation) 
- 
addedpublic static PartialImportResult added(ResourceType resourceType, String resourceName, String id, Object representation) 
- 
overwrittenpublic static PartialImportResult overwritten(ResourceType resourceType, String resourceName, String id, Object representation) 
- 
getAction
- 
setAction
- 
getResourceType
- 
setResourceType
- 
getResourceName
- 
setResourceName
- 
getId
- 
setId
- 
getRepresentation
 
-