Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


oracle.security.idaas.rest.jaxrs.client.sdk.userprofile
Class JSONCollection

java.lang.Object
  extended by oracle.security.idaas.rest.jaxrs.client.sdk.userprofile.JSONCollection


public class JSONCollection
extends java.lang.Object

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 uri
          Need 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

uri

public java.lang.String uri
Need to make these fields private

next

public java.lang.String next

previous

public java.lang.String previous

jsonArrayElements

public java.lang.String jsonArrayElements

Constructor Detail

JSONCollection

public JSONCollection()
No arg constructor.

Method Detail

getUri

public java.lang.String getUri()
Gets the URI field from the response object.

setUri

public void setUri(java.lang.String uri)
Sets the URI field from the response object.

getNext

public java.lang.String getNext()
Gets the next field, the uri of the next page of search results if any, from the response object.

setNext

public 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.

getPrevious

public java.lang.String getPrevious()
Gets the previous field, the uri of the previous page of search results if any, from the response object.

setPrevious

public 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.

getJsonArrayElements

public java.lang.String getJsonArrayElements()
Gets the raw json payload for the elements attribute field from the response object. It is a json array where each element is an object of the search results.
Returns:
the raw json payload for the elements attribute. It is a json array where each element is an object of the search results.

setJsonArrayElements

public void setJsonArrayElements(java.lang.String jsonArrayElements)
Sets the raw json payload for the elements attribute field from the response object. It is a json array where each element is an object of the search results. This is usually set by the underlying client helpers when processing the response.

Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT