Class ProfileReference
java.lang.Object
be.theking90000.mumble.controller.core.ProfileReference
Exact typed profile schema negotiated by a Controller session.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ProfileReferenceCreates an exact profile schema reference.int
-
Method Details
-
of
Creates an exact profile schema reference.- Parameters:
profileId- stable profile identifierschemaVersion- positive schema versiondescriptorDigest- lowercase SHA-256 descriptor digest- Returns:
- validated profile reference
-
profileId
- Returns:
- stable profile identifier
-
schemaVersion
public int schemaVersion()- Returns:
- positive schema version
-
descriptorDigest
- Returns:
- lowercase SHA-256 descriptor digest
-