Package com.ibm.fhir.bucket.api
Class BucketPath
- java.lang.Object
-
- com.ibm.fhir.bucket.api.BucketPath
-
public class BucketPath extends Object
A combination of a bucket and a path prefix within that bucket
-
-
Constructor Summary
Constructors Constructor Description BucketPath(String bucketName, String pathPrefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBucketName()
String
getPathPrefix()
-