|
Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.idaas.rest.jaxrs.client.sdk.userprofile.JSONCollection
public class JSONCollection
Java representation of a JSOn search result. The client sdk helpers transform the JSON result from a search request into one of these Java objects.
| Field Summary | |
|---|---|
java.lang.String |
jsonArrayElements |
java.lang.String |
next |
java.lang.String |
previous |
java.lang.String |
uriNeed to make these fields private |
| Constructor Summary | |
|---|---|
JSONCollection()No arg constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getJsonArrayElements()Gets the raw json payload for the elements attribute field from the response object. |
java.lang.String |
getNext()Gets the next field, the uri of the next page of search results if any, from the response object. |
java.lang.String |
getPrevious()Gets the previous field, the uri of the previous page of search results if any, from the response object. |
java.lang.String |
getUri()Gets the URI field from the response object. |
void |
setJsonArrayElements(java.lang.String jsonArrayElements)Sets the raw json payload for the elements attribute field from the response object. |
void |
setNext(java.lang.String next)Sets the next field, the uri of the next page of search results if any, from the response object. |
void |
setPrevious(java.lang.String previous)Sets the previous field, the uri of the previous page of search results if any, from the response object. |
void |
setUri(java.lang.String uri)Sets the URI field from the response object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String uri
public java.lang.String next
public java.lang.String previous
public java.lang.String jsonArrayElements
| Constructor Detail |
|---|
public JSONCollection()
| Method Detail |
|---|
public java.lang.String getUri()
public void setUri(java.lang.String uri)
public java.lang.String getNext()
public void setNext(java.lang.String next)
public java.lang.String getPrevious()
public void setPrevious(java.lang.String previous)
public java.lang.String getJsonArrayElements()
public void setJsonArrayElements(java.lang.String jsonArrayElements)
|
Copyright (c) 2012, Oracle All Rights Reserved. Built 06/05/2012 17:18:07 PDT |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||