public abstract class ScimListResponse<R> extends Object
| Constructor and Description |
|---|
ScimListResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkSchemas() |
abstract Integer |
getItemsPerPage() |
abstract List<R> |
getResources() |
Set<String> |
getSchemas() |
abstract Integer |
getStartIndex() |
abstract Integer |
getTotalResults() |
public static final String SCHEMA
Copyright © 2016 Atlassian. All rights reserved.