Interface StoreCreateRequest

    • Method Detail

      • getObjectToCreate

        java.lang.String getObjectToCreate()
        Retrieve the JSON object to be created. This string can be parsed using any JSON library. For example, Jackson's ObjectMapper.readTree() or the UnboundID LDAP SDK's JSONObject constructor.
        Returns:
        The JSON object to be created.