ResourceAttributes Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceAttributes
- com.
public class ResourceAttributes
Refers to the common object attributes
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceAttributes() |
Initializes a new instance of the Resource |
| ResourceAttributes(Class<?> type) |
Initializes a new instance of the Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String | getEtag() |
| java.lang.String | getObjectType() |
| void | setEtag(String value) |
| void | setObjectType(String value) |
Inherited Members
Constructor Details
ResourceAttributes
public ResourceAttributes()
Initializes a new instance of the ResourceAttributes class without any values set.
ResourceAttributes
public ResourceAttributes(Class type)
Initializes a new instance of the ResourceAttributes class.
Parameters:
Method Details
getEtag
public String getEtag()
getObjectType
public String getObjectType()
setEtag
public void setEtag(String value)
Parameters:
setObjectType
public void setObjectType(String value)
Parameters: