public class UpdateInventoryResult extends BaseResult
| Constructor and Description |
|---|
UpdateInventoryResult()
Default constructor (for JSON parsing)
|
UpdateInventoryResult(String organization)
Constructor
|
UpdateInventoryResult(String organization,
boolean removeIfExist) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getCreatedProjects() |
HashMap<String,Integer> |
getProjectNamesToIds() |
Collection<String> |
getUpdatedProjects() |
void |
setCreatedProjects(Collection<String> createdProjects) |
void |
setProjectNamesToIds(HashMap<String,Integer> projectNamesToIds) |
void |
setUpdatedProjects(Collection<String> updatedProjects) |
getOrganization, getRequestToken, setOrganization, setRequestTokenpublic UpdateInventoryResult()
public UpdateInventoryResult(String organization)
organization - Name of the domain.public UpdateInventoryResult(String organization, boolean removeIfExist)
public Collection<String> getUpdatedProjects()
public void setUpdatedProjects(Collection<String> updatedProjects)
public Collection<String> getCreatedProjects()
public void setCreatedProjects(Collection<String> createdProjects)
Copyright © 2011-2018 White Source. All Rights Reserved.