Class ResourceRef
- java.lang.Object
-
- com.pingidentity.sdk.api.authn.model.ResourceRef
-
- All Implemented Interfaces:
Serializable
public class ResourceRef extends Object implements Serializable
An API model that represents a reference to a resource.- Since:
- 10.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceRef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Get the resource identifier.voidsetId(String id)Set the resource identifier.
-