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