ResourceBase Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase
- com.
public abstract class ResourceBase
Base class for resources
Constructor Summary
Modifier | Constructor | Description |
---|---|---|
protected | ResourceBase() |
Initializes a new instance of the Resource |
protected | ResourceBase(String objectType) |
Initializes a new instance of the Resource |
Method Summary
Modifier and Type | Method and Description |
---|---|
Resource |
getAttributes()
Gets the attributes. |
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructor Details
ResourceBase
protected ResourceBase()
Initializes a new instance of the ResourceBase class.
ResourceBase
protected ResourceBase(String objectType)
Initializes a new instance of the ResourceBase class.
Parameters:
objectType
- Type of the object.
Method Details
getAttributes
public ResourceAttributes getAttributes()
Gets the attributes.
Returns:
The resource attributes.