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,ProjectDetails> |
getProjectNamesToDetails() |
HashMap<String,Integer> |
getProjectNamesToIds() |
Collection<String> |
getUpdatedProjects() |
void |
setCreatedProjects(Collection<String> createdProjects) |
void |
setProjectNamesToDetails(HashMap<String,ProjectDetails> value) |
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)
public HashMap<String,ProjectDetails> getProjectNamesToDetails()
public void setProjectNamesToDetails(HashMap<String,ProjectDetails> value)
Copyright © 2011-2024 White Source. All Rights Reserved.