Class UpdateMetadataSpecRequest
java.lang.Object
dev.getelements.elements.sdk.model.schema.UpdateMetadataSpecRequest
- All Implemented Interfaces:
MetadataSpecPropertiesContainer
,Serializable
public class UpdateMetadataSpecRequest
extends Object
implements Serializable, MetadataSpecPropertiesContainer
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
Gets allMetadataSpecProperty
.getType()
Gets the type of this container.int
hashCode()
void
void
setProperties
(List<MetadataSpecProperty> properties) void
toString()
-
Constructor Details
-
UpdateMetadataSpecRequest
public UpdateMetadataSpecRequest()
-
-
Method Details
-
getName
-
setName
-
getType
Description copied from interface:MetadataSpecPropertiesContainer
Gets the type of this container.- Specified by:
getType
in interfaceMetadataSpecPropertiesContainer
- Returns:
- this container's type
-
setType
-
getProperties
Description copied from interface:MetadataSpecPropertiesContainer
Gets allMetadataSpecProperty
.- Specified by:
getProperties
in interfaceMetadataSpecPropertiesContainer
- Returns:
- A
List<MetadataSpecProperty>
-
setProperties
-
equals
-
hashCode
public int hashCode() -
toString
-