public class SimpleFetchReference extends Object implements FetchReference<String>
Constructor and Description |
---|
SimpleFetchReference(String fetchReference)
Constructs a simple fetch reference for the given string identifier
|
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Gives the identifier which is same as the fetch reference
|
String |
getReference()
Gives the fetch reference which is a unique string that identifies the resource being fetched
|
public SimpleFetchReference(String fetchReference)
fetchReference
- the identifier of the fetching resourcepublic String getIdentifier()
getIdentifier
in interface FetchReference<String>
public String getReference()
getReference
in interface FetchReference<String>
Copyright © 2016–2019 AdroitLogic. All rights reserved.