Class CommunityProfileOMASAPIRequestBody
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityProfileOMASAPIRequestBody
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AssetCollectionRequestBody,ExternalSourceRequestBody,MyProfileRequestBody,PersonalProfileValidatorRequestBody
public abstract class CommunityProfileOMASAPIRequestBody extends Object implements Serializable
CommunityProfileOMASAPIRequestBody provides a common header for Community Profile OMAS request bodies for its REST API.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CommunityProfileOMASAPIRequestBody()Default constructorCommunityProfileOMASAPIRequestBody(CommunityProfileOMASAPIRequestBody template)Copy/clone constructor
-
-
-
Constructor Detail
-
CommunityProfileOMASAPIRequestBody
public CommunityProfileOMASAPIRequestBody()
Default constructor
-
CommunityProfileOMASAPIRequestBody
public CommunityProfileOMASAPIRequestBody(CommunityProfileOMASAPIRequestBody template)
Copy/clone constructor- Parameters:
template- object to copy
-
-