public static final class ServiceSDK.ServiceClient.FilterSpec extends Object
| Constructor and Description |
|---|
ServiceSDK.ServiceClient.FilterSpec() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
ServiceSDK.ServiceClient.FilterSpec |
setCategories(String... newCategories)
Sets the service category to filter on.
|
ServiceSDK.ServiceClient.FilterSpec |
setDescriptions(String... newDescriptions)
Sets the service descriptions to filter on.
|
ServiceSDK.ServiceClient.FilterSpec |
setIds(String... newIds)
Sets the service ids to filter on.
|
ServiceSDK.ServiceClient.FilterSpec |
setMobileServiceId(String id)
Sets the mobile service id for which to constraint the search.
|
ServiceSDK.ServiceClient.FilterSpec |
setNames(String... newNames)
Sets the service names to filter on.
|
ServiceSDK.ServiceClient.FilterSpec |
setOwningOrganizationId(String id)
Search only for services owned by this organization.
|
ServiceSDK.ServiceClient.FilterSpec |
setParentServiceId(String id)
Search only for services that are children of this parent service.
|
ServiceSDK.ServiceClient.FilterSpec |
setRemoteApplicationId(String id)
Sets the remote application id for which to constraint the search.
|
String |
toString() |
public ServiceSDK.ServiceClient.FilterSpec setIds(String... newIds)
newIds - The service ids to filter on.public ServiceSDK.ServiceClient.FilterSpec setNames(String... newNames)
newNames - The service names to filter on.public ServiceSDK.ServiceClient.FilterSpec setDescriptions(String... newDescriptions)
newDescriptions - The service descriptions to filter on.public ServiceSDK.ServiceClient.FilterSpec setCategories(String... newCategories)
newCategories - The service categories to filter on.public ServiceSDK.ServiceClient.FilterSpec setOwningOrganizationId(String id)
id - the id of the owning organization.public ServiceSDK.ServiceClient.FilterSpec setParentServiceId(String id)
id - the id of the parent service.public ServiceSDK.ServiceClient.FilterSpec setMobileServiceId(String id)
id - the mobile service id for which to constraint the search.public ServiceSDK.ServiceClient.FilterSpec setRemoteApplicationId(String id)
id - the remote application id for which to constraint the search.Copyright © 2015 Covisint. All rights reserved.