Class ObjectGroup

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Map<java.lang.String,​java.lang.Object>, org.bson.conversions.Bson

    public class ObjectGroup
    extends MetadataDocument<ObjectGroup>
    ObjectGroup:
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectGroup

        public ObjectGroup()
        Empty constructor
      • ObjectGroup

        public ObjectGroup​(com.fasterxml.jackson.databind.JsonNode content)
        Constructor from Json
        Parameters:
        content - the objectgroup of JsonNode format
      • ObjectGroup

        public ObjectGroup​(org.bson.Document content)
        Constructor from Document
        Parameters:
        content - the objectgroup of Document format
      • ObjectGroup

        public ObjectGroup​(java.lang.String content)
        Constructor from Json as Text
        Parameters:
        content - the objectgroup of String format