Class ResourceAttributes
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceAttributes
public class ResourceAttributes extends Object
Refers to the common object attributes
-
Constructor Summary
Constructors Constructor Description ResourceAttributes()Initializes a new instance of the ResourceAttributes class without any values set.ResourceAttributes(Class<?> type)Initializes a new instance of the ResourceAttributes class. -
Method Summary
Modifier and Type Method Description StringgetEtag()StringgetObjectType()voidsetEtag(String value)voidsetObjectType(String value)
-
Constructor Details
-
ResourceAttributes
Initializes a new instance of the ResourceAttributes class.- Parameters:
type- The type.
-
ResourceAttributes
public ResourceAttributes()Initializes a new instance of the ResourceAttributes class without any values set.
-
-
Method Details