public class ContentMetadata extends Object
| Constructor and Description |
|---|
ContentMetadata() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnector()
Getter method for connector.
|
String |
getDescription()
Getter method for description.
|
List<FieldMetadata> |
getFields()
Getter method for array of fields for this object.
|
String |
getFullParentName()
Getter method for fully qualifier name.
|
String |
getLabel()
Getter method for label.
|
String |
getName()
Getter method for name.
|
String |
getRowLevelSecurityFilter()
Getter method for row level security filter.
|
void |
setConnector(String connector)
Setter method for connector.
|
void |
setDescription(String description)
Setter method for description.
|
void |
setFields(List<FieldMetadata> fields)
Setter method for array of fields for this object.
|
void |
setFullParentName(String fullParentName)
Setter method for fully qualifier name.
|
void |
setLabel(String label)
Setter method for label.
|
void |
setName(String name)
Setter method for name.
|
void |
setRowLevelSecurityFilter(String rowLevelSecurityFilter)
Getter method for row level security filter.
|
public String getRowLevelSecurityFilter()
public void setRowLevelSecurityFilter(String rowLevelSecurityFilter)
rowLevelSecurityFilter - - the row level security filterpublic String getConnector()
public void setConnector(String connector)
connector - - the connectorpublic String getDescription()
public void setDescription(String description)
description - - the description of the objectpublic String getFullParentName()
public void setFullParentName(String fullParentName)
fullParentName - - the full qualifier namepublic String getLabel()
public void setLabel(String label)
label - - the display namepublic String getName()
public void setName(String name)
name - - the namepublic List<FieldMetadata> getFields()
public void setFields(List<FieldMetadata> fields)
fields - - array of fields for this objectCopyright © 2025 MuleSoft, Inc.. All rights reserved.