Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.rest.CommunityProfileOMASAPIRequestBody
-
Packages that use CommunityProfileOMASAPIRequestBody Package Description org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of CommunityProfileOMASAPIRequestBody in org.odpi.openmetadata.accessservices.communityprofile.rest
Subclasses of CommunityProfileOMASAPIRequestBody in org.odpi.openmetadata.accessservices.communityprofile.rest Modifier and Type Class Description classAssetCollectionRequestBodyAssetCollectionRequestBody defines the properties used to create an asset connector anchor object.classMetadataSourceRequestBodyMetadataSourceRequestBody carries the parameters for marking an asset or schema as external.classMyProfileRequestBodyMyProfileRequestBody provides a structure for passing personal details over a REST API.classPersonalProfileRequestBodyPersonalDetailsRequestBody provides a structure for passing personal details over a REST API.classPersonalProfileValidatorRequestBodyPersonalDetailsRequestBody provides a structure for passing personal details over a REST API.classUserIdentityRequestBodyUserIdentityRequestBody provides the request body payload for working on UserIdentity entities and their link to profiles.Constructors in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type CommunityProfileOMASAPIRequestBody Constructor Description CommunityProfileOMASAPIRequestBody(CommunityProfileOMASAPIRequestBody template)Copy/clone constructor
-